Toolora

URL Encoder

Percent-encode text for safe URL use.

The URL Encoder percent-encodes text so it can be safely placed in URLs. It is useful for query strings, redirect targets and API parameters.

How to use

  1. Enter the text or URL fragment to encode.
  2. The percent-encoded value is generated instantly.
  3. Copy the encoded string into your URL.

Frequently asked questions

Which characters get encoded?

Reserved and unsafe characters are percent-encoded while safe characters stay readable.

Is the whole URL encoded?

The tool encodes the text you provide; paste the full URL to encode it as a value.