Client-side tool
URL Encoder & Decoder
Encode text for a URL component or decode escaped values with the browser's built-in URI functions.
Processing stays in your browser
Uses encodeURIComponent and decodeURIComponent directly in the browser.
Client-side tool
Encode text for a URL component or decode escaped values with the browser's built-in URI functions.
Processing stays in your browser
Uses encodeURIComponent and decodeURIComponent directly in the browser.