Hexidecimal Notation
Summary
Hexidecimal Notation references having a base 16 number instead of base 10.
Hexidecimal Table
Base 10 | Base 16 (Hexidecimal) | Binary |
---|---|---|
0 | 0 | 0000 0000 |
1 | 1 | 0000 0001 |
2 | 2 | 0000 0010 |
3 | 3 | 0000 0011 |
4 | 4 | 0000 0100 |
5 | 5 | 0000 0101 |
6 | 6 | 0000 0110 |
7 | 7 | 0000 0111 |
8 | 8 | 0000 1000 |
9 | 9 | 0000 1001 |
10 | A | 0000 1010 |
11 | B | 0000 1011 |
12 | C | 0000 1100 |
13 | D | 0000 1101 |
14 | E | 0000 1110 |
15 | F | 0000 1111 |