URL Encoder / Decoder
Encode or decode URL components.
About URL Encoding

URL encoding, also known as percent-encoding, is a mechanism for converting characters into a format that can be safely transmitted over the internet. URLs can only be sent using the ASCII character-set. Since URLs often contain characters outside the ASCII set, the URL must be converted so it only contains valid ASCII characters.