URL Decoder
Decode percent-encoded URLs back to text.
Runs entirely in your browser. Your data is never uploaded.
About URL Decoder
URL Decoder converts percent-encoded strings (like %20 and %2F) back into readable text.
How to use
- 1Paste the encoded URL.
- 2Read the decoded text.
- 3Copy the result.
Frequently asked questions
Does it handle plus signs?
It decodes percent-encoding; query '+' can mean space depending on context.