URL Encode
Encode URLs and query strings for safe transmission
urlencodepercent encodinguri
encodeURIComponent encodes everything except A-Z a-z 0-9 - _ . ! ~ * ' ( ) and is best used for query string values.
encodeURI preserves the URL structure and is best used for full URLs.