URL Encoder
Encode and decode URL components
ModeEncodes all special characters
InputPaste URL or text
Loading...
Output
Output will appear here
Related tools
What is URL encoding?
URL encoding (percent-encoding) replaces special characters in a URL with percent-sign followed by their hexadecimal value. This is required for characters like spaces, ampersands, and non-ASCII characters to be safely transmitted in URLs. This tool handles both encodeURIComponent and full URL encoding in your browser.