Convertur

URL encoder

Paste text to percent-encode reserved and non-ASCII characters so it can be safely placed in a URL path or query parameter. Runs in your browser.

Loading tool…

What URL encoding does

It replaces characters that have special meaning in a URL — spaces, ampersands, question marks, and non-ASCII text — with percent-escaped equivalents.

Why encode URLs

Unencoded spaces or symbols can break links and query strings or be misinterpreted by servers. Encoding guarantees the value survives transport intact.

How it works

This tool uses the browser's encodeURIComponent, the correct choice for encoding individual query values and path segments.

How to url encode

  1. Paste the text you want to encode.
  2. Click Convert to percent-encode it.
  3. Copy the encoded value into your URL or query string.

Related converters

URL Encode — FAQ