URL Encoder/Decoder

Encode or decode URLs and query strings

About URL Encoding

URL encoding converts characters into a format that can be transmitted over the Internet. Special characters are replaced with a percent sign followed by two hexadecimal digits.

Example: "Hello World!" becomes "Hello%20World%21"