Home / Developer Tools / URL Encoder

URL Encoder

Percent-encode text so it's safe to use in URLs and query strings.

How to use

  1. Paste the text or URL parameter value.
  2. Click URL-encode.
  3. Copy the encoded result.

Frequently asked questions

When do I need URL encoding?

Whenever a value contains spaces, &, ?, = or non-ASCII characters and needs to go inside a URL or query string.

What does a space become?

%20. (Some form encodings use +, which our decoder also understands.)

Related tools

  • URL Decoder — Turn percent-encoded URLs back into readable text.
  • UUID Generator — Generate one or hundreds of version-4 UUIDs with formatting options.
  • JSON Validator — Check JSON validity with clear error line numbers.
  • JSON Minifier — Strip whitespace from JSON for the smallest payload.
  • XML Formatter — Pretty-print XML with consistent indentation.
  • XML Validator — Check XML well-formedness with detailed errors.

See all developer tools