Loading…

How to use URL Encode All Characters

Pick Encode or Decode and enter your text. Encoding turns each UTF-8 byte into an uppercase %XX sequence; decoding restores the original text.

Frequently asked questions

How is this different from a normal URL encoder?

A standard encoder leaves safe characters (A-Z, a-z, 0-9, -_.~) untouched. This tool escapes every character, so even 'A' becomes %41.

When is full encoding useful?

For maximum-compatibility escaping, lightweight obfuscation of query values, or when a target parser demands fully-encoded input.

Does it handle Unicode?

Yes — text is encoded as UTF-8 first, so 'é' becomes %C3%A9 and decodes back correctly.

More Encoders & Decoders

Uuencode / Uudecode
Classic Unix uuencode & uudecode with begin/end wrapper for text payloads
XXencode / XXdecode
XXencode & XXdecode using the portable +-0-9A-Za-z alphabet
Base64 Encoder
Encode text or files to Base64 string format
Base64 Decoder
Decode Base64 strings back to plain text or binary
Base64 Image Encoder
Convert images to Base64 data URIs for CSS/HTML
Base32 Encoder
Encode text using RFC 4648 Base32 encoding
Base32 Decoder
Decode Base32 encoded strings back to plain text
URL Encoder
Percent-encode special characters for safe URL usage
URL Decoder
Decode percent-encoded URLs back to readable text
HTML Entities Encoder
Encode special characters to HTML entity references
HTML Entities Decoder
Decode HTML entities back to their plain text form
Text to Binary
Convert text to 8-bit binary (0s and 1s) format

← View all Encoders & DecodersBrowse all 1,100+ tools →