URL Decoder

Decode percent-encoded URLs and query strings back to readable text. Runs locally in your browser with friendly error messages.

Processed in your browser · No upload

Loading tool…

Decoding happens in your browser. No input is uploaded to any server.

Ad Slot (tool-url-decoder)

FAQ

What does %20 mean?
It is the percent-encoded form of a space character. This tool turns it back into a normal space.
Why do I see URIError?
That means the input has malformed percent sequences. Check for stray '%' characters and try again.