Toolora

URL Decoder

Decode percent-encoded URL text.

The URL Decoder converts percent-encoded URL text back into its readable form. Use it to inspect query strings, redirects and encoded API values.

How to use

  1. Paste a percent-encoded string.
  2. The decoded text appears automatically.
  3. Review and copy the result.

Frequently asked questions

Can it handle malformed percent sequences?

Invalid sequences are left as-is and the rest is decoded.

Does it decode plus signs as spaces?

No, plus signs are treated as literal characters.