URL Encoder / Decoder
Encode or decode URLs and URL components for safe transmission.
Examples:
14px
Input
— TEXT
Clear
Paste
Copy
Encode
Decode
URL Enc
URL Dec
Enter text or URL to encode/decode...
Loading Editor...
Ready
0 charsUTF-8
TEXT
Output
— TEXT
Result will appear here...
Loading Editor...
Read Only
0 charsUTF-8
TEXT
Quick Reference
Encode Component (encodeURIComponent)
Encodes all characters except: A-Z a-z 0-9 - _ . ! ~ * ' ( )
Encode URL (encodeURI)
Encodes characters except URI reserved characters: ; , / ? : @ & = + $ #