Binary · Hexadecimal · Two's complement · Section 4.5 Fundamentals of Data Representation
| Base | Digits used | Name | Use |
|---|---|---|---|
| 2 | 0, 1 | Binary | Computer hardware |
| 10 | 0–9 | Denary | Everyday numbers |
| 16 | 0–9, A–F | Hexadecimal | Compact binary representation |
| 128 | 64 | 32 | 16 | 8 | 4 | 2 | 1 |
|---|---|---|---|---|---|---|---|
| 1 | 0 | 1 | 1 | 0 | 1 | 0 | 1 |