URL Decoder

Decode URL encoded strings back into readable text instantly. Free client-side tool for unescaping percent-encoded URLs.

Loading encoding tools...

About URL Decoder

When copying links from the browser address bar, they often come packed with ugly percent-encoded strings (like %20 or %26). Our URL Decoder instantly translates those strings back into natural language. This is especially useful for inspecting web tracking parameters and query strings.

What is URL Decoding?

URL Decoding is the inverse of URL encoding. It scans a string for percent-encoded hex sequences (e.g. %20) and translates them back into their original Unicode or ASCII character representation.

Frequently Asked Questions

What does %20 mean?

The sequence %20 represents a single space character in a URL encoded string.

Is my data secure?

Yes, the decoding process happens exclusively on your local computer via Javascript.

What if the URL is double encoded?

If a URL has been encoded twice, you will need to run the decoder twice to retrieve the original plain text.