URL Decoder
Decode percent-encoded URLs back into readable text.
Your data is processed locally in your browser.
How to Use
- 1Paste an encoded URL or string.
- 2The decoded output updates live.
- 3Copy the result.
Features
- Decodes %XX percent-encoding
- Clear error on malformed input
- Instant live output
FAQ
URL Decoder FAQs
Malformed percent-encoding (like a stray % not followed by two hex digits) can't be decoded safely, and we'll flag it.