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

  1. 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.

Forms

percent-encodes percent-encoding percent-encoded

Derived

percent-encoding