URL Decode
Decode percent-encoded URL strings to plain text — paste, decode, and copy instantly.
Decoded text will appear here...About URL Decode
URL Decode is a free online tool that converts percent-encoded URL strings back into readable plain text. When URLs contain encoded characters like %20 for spaces, %26 for ampersands, or %C3%A9 for accented characters, this tool instantly decodes them into their original human-readable form.
The tool offers two decoding modes: Component mode uses decodeURIComponent() which decodes all percent-encoded characters, ideal for decoding individual query parameter values. Full URI mode uses decodeURI() which preserves URL-reserved characters, suitable for decoding complete URLs while keeping their structure intact. All processing happens in your browser — no data is sent to any server.
How to Use
Paste Encoded URL
Paste your percent-encoded URL or string into the input pane.
Select Mode
Choose Component mode for values or Full URI mode for complete URLs.
Decode & Copy
Click "Decode" to convert to readable text, then copy the result.