URL Encoder / Decoder
Encode a URL component or work with a complete URL.
Processed on your deviceFree · No account needed
How to use it
- Choose a URL component or a complete URL.
- Enter text and encode or decode it.
In component mode, “tea & coffee” becomes “tea%20%26%20coffee”.
Details & limits
100,000 text characters or 900,000 encoded input characters; decoded output up to 100,000 characters. Component mode escapes reserved characters; full-URL mode preserves delimiters. Plus signs remain plus signs.
Which mode should I use?
Use component mode for a single query value or path segment. Complete URL mode preserves structural delimiters such as : / ? & =. Decoding does not open or visit the URL; + remains a plus sign.