URL Decoder
Decode percent-encoded text back to plain characters.
Loading tool…
About this tool
Reverses percent-encoding to reveal the original text. The result is shown as plain text and the URL is never requested.
Limitations
- Output is shown as plain text only. The URL is never fetched or opened.
Questions
- What is %2520 in my URL?
- A double encoding. %25 is an encoded percent sign, so %20 was encoded a second time. Switch on repeated decoding to unwind it.
Privacy
This page does its work in your browser. What you paste is processed by JavaScript running on your own device and is never sent to a DevToolery server — there is no server that could receive it. The page itself is a static file delivered by a CDN. See exactly what is stored.