URL Decoder
Decode percent-encoded URLs and query strings back to readable text. Handles UTF-8, plus signs and repeated encoding. Free and private.
Input
Result
The result appears here as you type.
What this tool is for
Turn %D0%9F%D1%80%D0%B8%D0%B2%D0%B5%D1%82 back into a word you can read. Useful when reading analytics reports, referrer strings and error logs, where URLs arrive encoded and sometimes double encoded.
How to use it
- Paste the encoded URL or fragment.
- Enable plus-as-space if the text came from a submitted form.
- Read and copy the decoded output.
Frequently asked questions
My result still has percent signs in it.
The string was encoded twice, which happens when a URL passes through two systems that both escape it. Decode the result again to get the original.