Encoding

URL Decoder

Decode percent-encoded URL components locally.

URL-encoded input
Decoded output

What is URL Decoder?

Decode percent-encoded text from URL parameters and paths using your browser. Invalid escape sequences receive a clear error, and your input stays on your device.

How to use URL Decoder

  1. Paste or type your input into the editor.
  2. Use the tool action to process your data in the browser.
  3. Review the output, then copy or download it if needed.

Key features

Frequently asked questions

Why can’t my text decode?

A percent sign must be followed by two valid hexadecimal characters, such as %20 for a space.

Is data sent anywhere?

No. Decoding runs entirely in your browser.