01001011
01001011 is an eight-bit binary string that encodes the numeric value 75. In hexadecimal it corresponds to 0x4B, and in decimal it is 75. In the ASCII character encoding, decimal 75 maps to the capital letter K, so the binary sequence 01001011 represents the character 'K' when used as an ASCII byte.
Because ASCII characters are represented by single bytes in standard extended ASCII and in UTF-8 for ASCII
In programming and data representation, this sequence may be written as a binary literal (for example, 0b01001011