Skip to main content

URL decode percent encoded links online

Encoded
Decoded

The result appears here as you type.

Decodes percent escapes and converts the plus signs that form submissions leave behind. Useful for reading an analytics referrer, a redirect chain or a tracking link that has been encoded more than once. Also called percent decoding or URI decoding. Double encoded links need a second pass: %2520 becomes %20 and then a space.

If it will not parse

These are the messages people usually arrive with: URIError: URI malformed, URIError: URI malformed at decodeURIComponent. Paste the input that produced one and the result pane names the problem and points at it.

How to use the URL Decoder, step by step

Real screenshots of the tool, captured while running it.

  1. 1

    Open the tool

    URL Decoder opens empty, with encoded on the left and decoded on the right.

    Empty URL Decoder before any input
  2. 2

    Add your input

    Paste your own encoded, or load the sample. The decoded pane fills in as you type.

    URL Decoder with input in place
  3. 3

    Read the result

    The decoded appears on the right with copy and save beside it.

    URL Decoder showing its result

Questions people ask

Related tools