Digital ToolPad.
Runs 100% in your browserYour data never leaves your device. zero uploads.

URL Decoder

Decode percent-encoded URL text to inspect its readable characters.

Encoded URL Input

Character Analysis

13
Total Characters
1
Special Characters
1
Unsafe Characters
0
Reserved Characters

Decoded Output

Encoding Information

URL Component Encoding

Uses encodeURIComponent()

Perfect for encoding individual parts like query parameters, form data, or path segments. Encodes all special characters including reserved URL characters.

Full URL Encoding

Uses encodeURI()

Ideal for encoding complete URLs while preserving URL structure characters like : ? & =

Working with URL Decoder

Read an encoded query value or path fragment when debugging a link. Decoding makes reserved characters visible so you can compare them with the original input. Use the appropriate operation for the kind of value you are inspecting.

How to use URL Decoder

  1. Enter the URL text or encoded value.
  2. Choose the relevant encoding or decoding operation.
  3. Review the result and copy it into the destination context.

URL Decoder example

Decode hello%20world to read hello world, then inspect how encoded delimiters appear in a larger example.

What to expect from the result

Malformed escape sequences can fail to decode. Decoded text is untrusted input, and decoding a URL does not verify its destination.

URL Decoder questions

How do I use URL Decoder?

Enter the URL text or encoded value. Choose the relevant encoding or decoding operation. Review the result and copy it into the destination context.

What should I check in the result?

Malformed escape sequences can fail to decode. Decoded text is untrusted input, and decoding a URL does not verify its destination.

100% private — your data never leaves your browser

No registration, no tracking of your content, no server uploads. Don't just take our word for it:

No server, no uploads

Your files and text are processed entirely on your device. Nothing is ever sent to us.

Works offline

Once loaded, this tool keeps working with your Wi-Fi turned off. Try it.

Verify it yourself

Open your browser's DevTools → Network tab. You'll see zero requests carrying your data.