- Home
- Encoding
- URL Decoder
URL Decoder
Decode percent-encoded URL text.
The URL Decoder converts percent-encoded URL text back into its readable form. Use it to inspect query strings, redirects and encoded API values.
Please enter some input.
How to use
- Paste a percent-encoded string.
- The decoded text appears automatically.
- Review and copy the result.
Frequently asked questions
Can it handle malformed percent sequences?
Invalid sequences are left as-is and the rest is decoded.
Does it decode plus signs as spaces?
No, plus signs are treated as literal characters.
Related tools
Base64 Encoder
Encode text to Base64 with UTF-8 support.
Base64 Decoder
Decode Base64 back to readable text.
URL Encoder
Percent-encode text for safe URL use.
HTML Encoder
Escape HTML characters for safe display.
HTML Decoder
Convert HTML entities back to text.
Unicode Converter
Encode text as Unicode escapes and decode them back.