Input Text
Result
About URL Encoding
URL encoding converts special characters into a format that can be transmitted over the Internet. It replaces unsafe ASCII characters with a "%" followed by two hexadecimal digits.
Common encodings:
- Space → %20
- ! → %21
- @ → %40
- & → %26
- # → %23