URL Encode
Encode text to URL-safe (percent-encoded) format for use in URLs and query strings.
About URL Encode
URL encoding converts characters that are not allowed in URLs into a percent-encoded format. Use this when constructing URLs with query parameters that contain special characters like spaces, ampersands, or non-ASCII characters.