URL Encoder / Decoder
Encode and decode URL parameters.
Processed on your device. Inputs are not uploaded.Runs locally in a background worker
How to use
Encode a value before putting it in a query string, or decode an encoded component back into text.
Example
Convert hello world & more to hello%20world%20%26%20more.
Limitations
Uses encodeURIComponent and decodeURIComponent. Do not encode an entire URL when only a parameter needs encoding.
Privacy
Text is processed in this browser tab. EverythingDeck does not receive or store what you enter.