What is URL Encoding?
URL encoding (also called percent encoding) converts special characters in URLs to a format that can be safely transmitted. Characters like spaces, ampersands, and non-ASCII characters are converted to %XX format.
Encode or decode URLs and query parameters with percent encoding.
URL encoding (also called percent encoding) converts special characters in URLs to a format that can be safely transmitted. Characters like spaces, ampersands, and non-ASCII characters are converted to %XX format.