URL Decoder
Decode any percent-encoded URL or query string back to its original, human-readable form.
URL Decoder
Decode percent-encoded URLs and query strings back into readable text.
How to use URL Decoder
- 1
Paste the encoded URL
Drop in any percent-encoded URL, query string, or fragment.
- 2
Pick a mode
decodeURIComponent for most cases; decodeURI if you only want to decode the unreserved portions of a full URL.
- 3
Copy the readable result
Use the Copy button to grab the decoded text.
About URL Decoder
Decode any percent-encoded URL or query string back to its original, human-readable form.
Use URL Decoder when you need to decode percent-encoded urls back to text. Review the available options in the interface, process your input, and check the result before saving or copying it.
Frequently asked questions
It means the input contains a % followed by something that isn't a valid two-digit hex code. Check for stray % characters in your input.
Related tools
All Developer ToolsBase64 Decoder
Decode Base64 back to text or files
Open toolURL Encoder
Percent-encode text for safe URLs
Open toolJWT Decoder
Decode JWT tokens client-side
Open toolBase64 Encoder
Encode text or files to Base64
Open toolDiff Checker
Compare two texts side by side
Open toolJSON Formatter
Format, validate & beautify JSON
Open tool