Developer tool

URL Encoder Decoder - Encode and Decode URLs

Encode or decode URLs, query strings and text; view parameters in a table and copy the result.

InputURL or text
ResultReady.
Parameters
No parameters found.

Quick guide

Why URL encode/decode is needed

Spaces, non-ASCII letters, &, ? and = may have special meaning in URLs. Encoding converts them into a safe form; decoding makes them readable again.

How to use it

  1. Paste a URL or parameter value.
  2. Choose encode or decode.
  3. Inspect parameters and copy the result.

Common uses

  • Checking UTM links
  • Preparing API query parameters
  • Making encoded URLs readable

FAQ

Should I encode the full URL or a parameter?

Usually a single parameter value is encoded; encoding a full URL can break its structure.

What is double encoding?

It means the data was encoded twice and can be confusing when decoded.