DevTools.run

URL Encoder / Decoder

Encode or decode URLs and URL components. Runs entirely in your browser.

Ad Space
encodeURIComponent / decodeURIComponent
Ad Space

About URL Encoding

URL encoding converts special characters into percent-encoded values so they can be safely transmitted in URLs. Use “Component” mode for query parameters and fragments, or “Full URL” mode to encode an entire URL while preserving its structure.