Toollance

URL Decoder

URL-decode percent-encoded strings online. Convert %XX sequences back to readable characters for debugging URLs and API requests.

Decoded Output

What is URL Decoding?

URL decoding reverses percent-encoding, replacing %XX sequences with their original characters. This makes encoded URLs and query strings human-readable.

How to use this tool

  1. Paste your percent-encoded URL or string into the input field
  2. Click Decode to convert it back to readable text
  3. If the input contains invalid percent-encoded sequences, an error will be shown

Common use cases

Example

Input: https%3A%2F%2Fexample.com%2Fsearch%3Fq%3Dhello%20world

Output: https://example.com/search?q=hello world

Privacy

All processing happens in your browser. Nothing is transmitted.