URL Encoder / Decoder
Transform text locally in your browser; your content is never sent to the server.
Mode
Nothing you type or paste is sent to Docspira.
How it works
URL Component uses encodeURIComponent and decodeURIComponent. Full URL uses encodeURI and decodeURI to preserve URL structure. A plus sign (+) stays +; this tool does not apply form encoding rules.