0x73
0x73 is a hexadecimal numeric literal. The prefix 0x indicates base-16. The digits 7 and 3 yield the value 0x73, which is 115 in decimal.
In ASCII and Unicode, 0x73 corresponds to the lowercase letter 's' (Unicode code point U+0073). As such,
In programming, 0x73 can appear as a byte value in data streams, as part of a larger
In URLs, percent-encoding uses two-digit hex codes; therefore %73 encodes the letter 's'. This makes 0x73 a