percent-encode
To convert special or reserved characters in a string (such as spaces, slashes or query symbols) into a safe format for use in URLs or URIs, by replacing each with a percent sign followed by two hexadecimal digits representing its byte value.
Verb
- To convert special or reserved characters in a string (such as spaces, slashes or query symbols) into a safe format for use in URLs or URIs, by replacing each with a percent sign followed by two hexadecimal digits representing its byte value.