|
The binary number system and the character The binary number system uses eight bits arranged into 256 combinations (28) to represent different characters. Eight bits form a Byte. Since characters are stored using a byte 1, we commonly refer to bytes as character bytes. The following characters are represented by the corresponding bytes in a computer:
The Horizontal Tab, which moves the cursor a given number of spaces, and the Escape character, which indicates to devices that a control code follows, are both below 0100 00002 (32 decimal) and are therefore used for control and are not printable text.
More about the byte:
|
|||||||||||||||||||||||||
