URL Encoder & Decoder
100% In-BrowserPercent-encode text for URLs, or decode encoded query strings — locally and instant.
URL Encode & Decode (Percent Encoding)
Two modes matching the two everyday cases: encodeURIComponent (for a single parameter value) and encodeURI (for a full URL). Decode mode accepts either. Spaces, symbols, and non-ASCII characters are converted per RFC 3986.
Runs locally — query strings often contain session identifiers, so keeping them off servers is sensible.
Frequently Asked Questions
Everything you need to know about using URL Encoder & Decoder safely and efficiently.
Related Online Utilities
Base64 Encoder & Decoder
Encode text to Base64 and decode it back — full Unicode support, processed locally.
JWT Decoder
Decode JWT headers and payloads in your browser — tokens are never sent to any server.
JSON Formatter & Beautifier
Format, indent, and beautify messy JSON with instant error location — 100% in your browser.