URL Decoder

Decode percent-encoded text and URLs back to readable form.

Ad placeholder (leaderboard)
Enjoying the tools? Go Pro for £4.99 (one-time) and remove all ads — forever, on this device. Remove ads — £4.99

URL decoder

Turn percent-encoded text such as %20 and %2F back into readable characters. Use component mode (decodeURIComponent) to decode everything, or full-URL mode (decodeURI) to keep reserved URL characters intact.

It all happens in your browser with built-in functions — nothing is uploaded. To encode again, use the URL encoder.

Ad placeholder (rectangle)