URL Encoder / Decoder
Safely encode or decode special characters and query strings in URLs.
Input
1
Output
Encoded or decoded result appears here.
Percent-encode text with encodeURIComponent or encode full URLs while preserving structure.
Inspect protocol, host, path, and query parameters when a valid URL is detected.
All processing runs locally in your browser; nothing is sent to external servers.