0x72
0x72 is a hexadecimal representation of the integer 114 in decimal. In programming contexts, the prefix 0x signals that the number that follows is written in base 16, so 0x72 encodes the value 114 as a single byte.
In ASCII and Unicode, the value 0x72 corresponds to the character 'r'. In Unicode, this is the
Because hexadecimal notation is widely used in computing, 0x72 can appear in a variety of settings, such
Overall, 0x72 is a common example of hexadecimal notation in practice. It is primarily notable for representing