URL Decode Online (%20 to Text)
Paste a percent-encoded URL or parameter value and read it in plain text. Useful for debugging redirects, analytics URLs and encoded referrer strings.
Runs in your browser — your text is never uploaded or stored.
Encoded URL or value
Decoded text
How to Use
- 1.Paste the encoded URL or parameter value.
- 2.Read the decoded text below.
- 3.Copy it into your notes, ticket or test case.
Advertisement
FAQ
Why do I get a decode error?
A lone % that isn't followed by two hex digits is invalid percent encoding. Fix or remove it and try again.
Does %20 mean a space?
Yes. %20 is the percent-encoded form of a space character; some systems use + instead inside query strings.
Need more options?
URL Encode / Decode
Free online URL encoder and decoder. Percent-encode any string for safe use in URLs or decode %-encoded text back to plain characters. 100% browser-based.