URL Encoder / Decoder

Percent-encode text for use in URLs, or decode an encoded URL back to readable text.

How to use

  1. Paste the text or URL you want to convert.
  2. Choose Encode or Decode.
  3. Copy the converted result.

Frequently asked questions

When do I need URL encoding?

When a value in a URL contains spaces or special characters (like &, ?, or /) that would otherwise be interpreted as URL syntax.

What is the difference between encoding a component and a whole URL?

Component encoding escapes more characters and is meant for a single query value. This tool encodes components so your value is fully safe to drop into a URL.

🔒 This tool runs entirely in your browser. Nothing you enter is uploaded, logged, or stored.

Related tools