Convert percent‑encoded URLs back to readable text
Decodes as you type or paste – real‑time results
Supports standard URL percent encoding (%xx)
All processing happens locally in your browser
One‑click copy of decoded URL
Convert percent‑encoded URLs back to their original human‑readable form.
URL decoding reverses percent encoding. Our decoder uses the browser’s built‑in decodeURIComponent() function:
The tool scans for patterns like % followed by two hexadecimal digits.
Each %xx pair is replaced with the corresponding ASCII or UTF‑8 character.
The result is a clean, human‑readable URL or text string.
http%3A%2F%2Fwww.quraimsoft.com%3Fid%3Dtest12
http://www.quraimsoft.com?id=test12