Dev Tools
🔗
🔗
URL Encoder / Decoder
Encode and decode URLs with encodeURI or encodeURIComponent — all processing happens in your browser.
All processing happens entirely in your browser. Nothing is sent to any server.
Input
Output
Encode and decode URLs with encodeURI or encodeURIComponent — all processing happens in your browser.