URL Decoder
Turn percent-encoded URLs back into readable text.
How to use
- Paste the encoded URL or query string.
- Click URL-decode.
- Copy the readable result.
Frequently asked questions
Does + become a space?
Yes - we treat + as a space, matching how HTML forms encode query strings.
Why does decoding fail?
A stray % not followed by two hex digits makes the input invalid - fix or remove it and retry.