How to Use
- Paste a URL or string.
- Choose encode or decode.
- Copy the result.
Encode special characters for safe URLs, or decode them back.
encodeURIComponent(): Encodes all characters except: A-Z a-z 0-9 - _ . ! ~ * ' ( )
encodeURI(): Encodes a complete URL, preserving characters like : / ? & =
Quick answers about this tool.
It uses percent-encoding as per the encodeURIComponent standard.
Yes, but be careful with already decoded parts.