URL Encode
Try the free URL Encode tool in the Encoding category provided by WebToolBox right in your browser. Process your tasks quickly and securely without any installation.
Input
Output
What is URL Encoding (Percent-Encoding)?
URL Encoding (also known as Percent-Encoding) converts characters that have special reserved meanings or are unsafe in a URL into valid ASCII percent sequences (% followed by two hexadecimal digits).
Standardized in RFC 3986, it ensures query parameters, path segments, and form submissions carry spaces, slashes, ampersands, and international characters safely across the web.
For instance, spaces become '%20' (or '+' in query forms), ampersands become '%26', and question marks become '%3F'.
How to Use
- Enter or paste the URL or string into the input box.
- The percent-encoded URL string is generated automatically in real time.
- Click 'Copy' to copy the encoded URL.
- Use 'Sample' to quickly test with a sample URL.
FAQ
- What is the difference between %20 and + for spaces?
- RFC 3986 specifies %20 for URI path and query encoding. The '+' character is a historical convention specifically defined in application/x-www-form-urlencoded query strings.
Encoding — Tool Navigation
Base64 Encode
Try the free Base64 Encode tool in the Encoding category provided by WebToolBox right in your browser. Process your tasks quickly and securely without any installation.
Base64 Decode
Try the free Base64 Decode tool in the Encoding category provided by WebToolBox right in your browser. Process your tasks quickly and securely without any installation.
URL Decode
Try the free URL Decode tool in the Encoding category provided by WebToolBox right in your browser. Process your tasks quickly and securely without any installation.
HTML Escape
Try the free HTML Escape tool in the Encoding category provided by WebToolBox right in your browser. Process your tasks quickly and securely without any installation.
Unicode Converter
Try the free Unicode Converter tool in the Encoding category provided by WebToolBox right in your browser. Process your tasks quickly and securely without any installation.
JWT Decoder
Try the free JWT Decoder tool in the Encoding category provided by WebToolBox right in your browser. Process your tasks quickly and securely without any installation.
Punycode Converter
Try the free Punycode Converter tool in the Encoding category provided by WebToolBox right in your browser. Process your tasks quickly and securely without any installation.