Encode or decode URLs and URL components
URL encoding converts characters into a format that can be transmitted over the Internet:
?
=
&
%20
+
encodeURI()
;,/?:@&=+$#
encodeURIComponent()
-_.!~*'()