encode
URL Encode
Percent-encode text for use in URLs
About the URL Encode tool
URL (percent) encoding replaces characters that are unsafe in a URL — spaces, &, =, ?, #, non-ASCII letters — with %XX escape sequences. Use it when building query strings by hand, passing values through a redirect, or embedding text in a link. This tool uses encodeURIComponent semantics, so it escapes everything except the standard unreserved set.
Input
0 words·0 characters·0 lines·0 min read
Output
0 words·0 characters·0 lines
How to use
- 1Paste the raw text or value into the Input field.
- 2The percent-encoded version appears in the Output field.
- 3Copy it into your query string or link.