URL Encoder & Decoder

URL Encoder / Decoder — Termux Genius

Encode text to URL-safe format or decode URL-encoded strings back to readable text. Works fully client-side (offline).

Tip: For form data (application/x-www-form-urlencoded) spaces are encoded as +. This tool uses standard encodeURIComponent/decodeURIComponent.