OpenWebDevTools

search ⌘ + K

URL Decoder — Decode Percent-Encoded URLs in One Click

Paste your input and get instant output

What Is URL Decoding?

URL decoding is the process of converting percent-encoded characters in a URL back to their original, human-readable form. It's the reverse of URL encoding and is essential for:

How to Decode a URL?

  1. Paste your "URL Encoded" string into the input box above.
  2. Press the "Decode" button to Decode to the Normal string.
  3. Click to copy the result to your clipboard.

`decodeURI` vs `decodeURIComponent` — What's the Difference?

Our decoder lets you choose which behaviour you need, giving you the right output for your specific context.