| 8-Bit Binary | Hex | Decimal | Character | Description |
|---|---|---|---|---|
00110000 | 0x30 | 48 | 0 | Digit Zero |
01000001 | 0x41 | 65 | A | Capital A |
01100001 | 0x61 | 97 | a | Lowercase a |
10000000 | 0x80 | 128 | € / Ç | Extended 8-bit character |
10101001 | 0xA9 | 169 | © | Copyright Symbol |
11110111 | 0xF7 | 247 | ÷ | Division Sign |
8-Bit Binary & ASCII Table
A complete 8-bit byte lookup chart showing standard binary (8-digit byte), hexadecimal, decimal, and character encodings.