Type or paste your text, and the tool percent-encodes every character unsafe for a URL.
Spaces, &, =, #, %, ?, +, and non-ASCII characters must be encoded as %XX hex sequences.
Both represent a space. %20 is used in URL paths; + is used in HTML form data (application/x-www-form-urlencoded).
Only encode individual query parameter values, not the entire URL — encoding colons in http:// or slashes breaks the URL.