URL Decoder

Decode percent-encoded URL strings back to readable text instantly in your browser. Free online URL decoder for query strings and parameters — no uploads.

Loading calculator…

Results

Decoded text
DetailValue
Encoded length
Decoded length

What is this calculator for?

Turn percent-encoded URL text (like %20) back into the original readable characters.

How to Use This Calculator

Enter the values below, then press Calculate (or press Enter). The calculator updates your results instantly. Try different values to see how your inputs change the outcome.

  1. Encoded text / URL — enter a value. A typical Encoded text / URL would be Paste a percent-encoded string to decode….
  2. Review your results — the key output is highlighted, with supporting figures below.

What You'll Need

Encoded text / URL
a value · required

About This Calculator

This URL decoder reverses percent-encoding so you can read the original text behind a URL. Sequences such as %20 (space), %26 (&), and %C3%A9 (é) are converted back to their real characters.

Because query strings sometimes use a + to mean a space, this decoder treats + as a space — the standard behavior for URL query parameters. Runs entirely in your browser with no uploads.

Worked Examples

Example

hello world & friends

Frequently Asked Questions

Why is there a + symbol in my decoded query?
In URL query strings, + is often a space. This decoder converts + to a space for you. If you meant a literal + (in a path, not query), the + would instead appear as %2B.
Can this decode emoji?
Yes. Emoji are stored as UTF-8 percent-encoded bytes (e.g. %F0%9F%98%80) and are decoded back to the original character.