Hexadecimal System:
Base- 16 Number format is also called as Hexadecimal. It's commonly used in computer programming.
Base 16 Digit |
Value |
0 | 0 |
1 | 1 |
2 | 2 |
3 | 3 |
4 | 4 |
5 | 5 |
6 | 6 |
7 | 7 |
8 | 8 |
9 | 9 |
A | 10 |
B | 11 |
C | 12 |
D | 13 |
E | 14 |
F | 15 |
Hexadecimal to Binary Format:
For Example, If we want to convert Hexadecimal - A5D7 to Binary
Then,
Binary to Hexadecimal Format:
Example: