URL Decode
Decode URL-encoded (percent-encoded) text online. Convert %XX sequences back to readable characters.
💡 Enter URL-encoded → get text. Example: "hello%20world" → "hello world".
How to URL Decode Text
Step-by-step guide with examples
What is URL Decoding?
URL decoding (percent-decoding) converts percent-encoded sequences back to their original characters. %20 becomes a space, %26 becomes &, etc.
How URL Decoding Works
1. Scan the input for %XX sequences. 2. Convert each XX hex pair to its byte value. 3. Decode the bytes using UTF-8 encoding. 4. Replace + with space (for form data). Example: "hello%20world%21" → "hello world!"
Common Use Cases
• Reading URL query parameters. • Debugging encoded URLs in logs. • Processing form submission data. • Analyzing encoded redirect URLs. • Decoding browser address bar content.
Frequently Asked Questions
3 common questions answered
Q1What is URL decoding?
Q2How to decode a URL?
Q3What is %20 in a URL?
Related Conversion Tools
Explore 6 similar converters
Explore All Tool Categories
Browse our complete collection of 54 converters & guides