URL Encoder / Decoder
Percent-encode text and decode percent-encoded URLs.
Percent-encode text for URLs or decode percent-encoded values back into readable text. Useful for query strings, redirect targets and API parameters.
Mode
How to use
- Choose Encode or Decode mode.
- Paste the text or encoded value you want to convert.
- Copy the generated result.
Frequently asked questions
Which characters are encoded?
Reserved and unsafe characters are percent-encoded while letters, digits and some safe symbols stay readable.
Are decoded plus signs treated as spaces?
No, plus signs stay as plus signs; use %20 for spaces.
Related tools
Base64 Encoder / Decoder
Encode and decode Base64 text with UTF-8 support.
HTML Encoder / Decoder
Escape HTML characters and decode entities back to text.
Base32 Encoder / Decoder
Convert text to RFC 4648 Base32 and decode it back.
ROT13 Converter
Apply the ROT13 cipher to letters while keeping everything else unchanged.
Quoted-Printable Encoder / Decoder
Encode and decode MIME quoted-printable text.
Punycode / IDN Converter
Convert Unicode domains to punycode and decode IDN labels back.