URL Decoder
URL-decode percent-encoded strings online. Convert %XX sequences back to readable characters for debugging URLs and API requests.
Decoded Output
What is URL Decoding?
URL decoding reverses percent-encoding, replacing %XX sequences with their original characters. This makes encoded URLs and query strings human-readable.
How to use this tool
- Paste your percent-encoded URL or string into the input field
- Click Decode to convert it back to readable text
- If the input contains invalid percent-encoded sequences, an error will be shown
Common use cases
- Reading and debugging encoded URLs from server logs
- Inspecting encoded query strings in API requests
- Decoding redirect URLs that contain other URLs as parameters
- Understanding encoded form data in HTTP requests
- Analyzing encoded strings in browser developer tools
Example
Input: https%3A%2F%2Fexample.com%2Fsearch%3Fq%3Dhello%20world
Output: https://example.com/search?q=hello world
Privacy
All processing happens in your browser. Nothing is transmitted.