What is URL Encoding?
URL encoding (also called percent encoding) converts characters into a format that can be transmitted over the Internet. Special characters are replaced with a % followed by two hexadecimal digits.
Common characters that need encoding:
- Space → %20
- ! → %21
- @ → %40
- & → %26
- ? → %3F