Skip to content
KitWren

URL Encoder

Percent-encode text for URLs and query strings — or switch to decoding.

  1. Paste your input
  2. Choose the options
  3. Copy the output
Runs in your browser. Your data and files never leave your device.

About the URL Encoder

Encode special characters (spaces, &, ?, non-English letters) so text can be safely used in a URL. Choose whether you’re encoding a single value or a whole URL.

Frequently asked questions

What’s the difference between encodeURI and encodeURIComponent?

encodeURIComponent encodes everything that isn’t safe inside a query value, including / ? & =. encodeURI leaves characters that structure a URL alone.