URL Encode & Decode
Encode or decode URL components and query strings in real time.
Using encodeURIComponent / decodeURIComponent — encodes everything except A-Z a-z 0-9 - _ . ~ ! * ' ( )
Using encodeURI / decodeURI — preserves URI-structural characters like : / ? # [ ] @ ! $ & ' ( ) * + , ; =
Error:
Conversion happens in real time as you type