URL Encode/Decode
URL encoding (percent-encoding) converts characters into a format that can be transmitted over the Internet. This tool supports both encodeURI (for full URLs) and encodeURIComponent (for URL components like query parameters). Use encodeURI when encoding a complete URL and encodeURIComponent when encoding URL components like query string values. See exactly which characters are being encoded with the character breakdown feature.
Mode:
encodeURIComponent
Encodes special characters like spaces, &, =, ?, #. Use for query parameter values.
Result will appear here
Frequently Asked Questions
Tags
url
encode
decode
percent
urlencode
uricomponent