URL Encoder / Decoder
Encode and decode URL components or full URLs instantly — free, private, no upload required.
About this tool
The URL Encoder / Decoder converts text to and from percent-encoded format directly in your browser. Switch between component mode (for encoding individual values like query parameters) and full URL mode (for encoding complete URLs while preserving their structure). Paste any URL to see a parsed breakdown of protocol, host, path, and every query parameter with its decoded value. Everything runs client-side using native browser APIs — no data is sent to any server, and there are no usage limits.
Frequently Asked Questions
Processed using the browser's built-in encodeURIComponent API — no external libraries