Textinput
Encodedoutput
Encoded URL will appear here...
"Component" mode (
encodeURIComponent) escapes everything, including & = ? / — use this for a single query parameter's value. "Full URI" mode (encodeURI) leaves those characters alone so a whole URL still works as a URL. Runs entirely in your browser.