Encoding & Decoding Tools
URL Decoder
Decode a percent-encoded URL back to readable text. A malformed %XX sequence is reported as an error rather than silently corrupting the output.
Advertisement
Advertisement
Related tools
Features
- Component and Full URI decoding modes
- Reports a malformed %XX sequence as an error instead of corrupting the output
- Copy the decoded result
How to use
- Paste the percent-encoded string.
- Pick the matching mode (Component for a query value, Full URI for a whole URL).
- Copy the decoded text.
Example
Example
a%20b%26c%3Dd → a b&c=d
Advertisement