URL Encoder/Decoder
Safely encode or decode URL components.
URL Encoding Explained
URLs can only be sent over the Internet using the ASCII character-set. Non-ASCII characters must be converted into a valid ASCII format.
URL encoding replaces unsafe ASCII characters with a '%' followed by two hexadecimal digits.