What is URL Encoding?
URL encoding (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.
Example: Space becomes %20, & becomes %26