S.No. | Number System and Description |
1 | Binary Number System Base 2. Digits used : 0, 1 |
2 | Octal Number System Base 8. Digits used : 0 to 7 |
3 | Hexa Decimal Number System Base 16. Digits used: 0 to 9, Letters used : A- F |
Example Binary Number: 101012 Calculating Decimal Equivalent −
Note − 101012 is normally written as 10101. Octal Number System Characteristics of the octal number system are as follows −
Example Octal Number: 125708 Calculating Decimal Equivalent −
Note − 125708 is normally written as 12570. Hexadecimal Number System Characteristics of hexadecimal number system are as follows −
Example Hexadecimal Number: 19FDE16 Calculating Decimal Equivalent −
Note − 19FDE16 is normally written as 19FDE. |