728 × 90 Ad Space

URL Encoder

Percent-encode text so it can be used safely in a URL or a query string — spaces become %20, and so on.

empty

empty

How to use it

  1. Type or paste your text into the box above.
  2. The result appears as you type — or press Convert.
  3. Press Copy result to put it on your clipboard.

Example

Input
search?q=text tools & more
Result
search%3Fq%3Dtext%20tools%20%26%20more

Questions

Does it encode the whole URL?

It encodes the text as a component, so characters like / and ? are escaped too. Encode the parts, not the whole address.

Is my text sent to a server?

No. This tool runs entirely in your browser — nothing you type or paste is uploaded, logged or stored anywhere.

Is there a limit on how much text I can use?

There is no fixed limit. Very large documents depend on your device’s memory, but ordinary pages and files are handled instantly.