Percent-encode text so it can be used safely in a URL or a query string — spaces become %20, and so on.
search?q=text tools & more
search%3Fq%3Dtext%20tools%20%26%20more
It encodes the text as a component, so characters like / and ? are escaped too. Encode the parts, not the whole address.
No. This tool runs entirely in your browser — nothing you type or paste is uploaded, logged or stored anywhere.
There is no fixed limit. Very large documents depend on your device’s memory, but ordinary pages and files are handled instantly.