URL Encoder & Decoder

Free URL encoder and URL decoder online. URL encode decode tool for encoding and decoding URLs, parameters and components instantly.

How it works

  1. 1

    Paste the URL or text

    Copy the URL or string to encode or decode and paste it into the input field.

  2. 2

    Choose the operation

    Select Encode URL, Decode URL, Encode component or Decode component based on what you want to obtain.

  3. 3

    Copy the result

    The text is encoded or decoded instantly and you can copy it to the clipboard with one click.

FAQ

What is URL encoding?

URL encoding converts special characters (spaces, accents, symbols) into URL-compatible codes, for example space becomes '%20' and '@' becomes '%40'.

What's the difference between Encode URL and Encode component?

Encode URL encodes the entire URL preserving structural characters (/, ?, &), while Encode component encodes everything, useful for individual query string parameters.

When should I use decode?

Use decode when you receive an encoded URL and want to read it in a comprehensible way, for example to transform '%C3%A8' into 'è'.