Number System in Digital Electronics
Number System in Digital Electronics
circuitglobe.com/number-system-in-digital-electronics.html
September 21,
2016
Definition: In digital electronics, the number system is used for representing the
information. The number system has different bases and the most common of them are
the decimal, binary, octal, and hexadecimal. The base or radix of the number system is
the total number of the digit used in the number system. Suppose if the number system
representing the digit from 0 – 9 then the base of the system is the 10.
The table is shown below the decimal, binary, octal, and hexadecimal numbers from 0 to
15 and their equivalent binary number.
1/2
Showing 1 to 16 of 16 entries
3. Octal Numbers
The base of a number system is equal to the number of digits used, i.e., for decimal
number system the base is ten while for the binary system the base is two. The octal
system has the base of eight as it uses eight digits 0, 1, 2, 3, 4, 5, 6, 7.
All these digits from 0 to 7 have the same physical meaning as by decimal symbols, the
next digit in the octal number is represented by 10, 11, 12, which are equivalent to
decimal digits 8, 9, 10 respectively. In this way, the octal number 20 will represent the
decimal digit and subsequently, 21, 22, 23.. Octal numbers will represent the decimal
number digit 17, 18, 19… etc. and so on.
4. Hexadecimal Numbers
These numbers are used extensively in microprocessor work.The hexadecimal number
system has a base of 16, and hence it consists of the following sixteen number of digits.
0, 1, 2, 3, 4, 5, 6, 7, 8, 9, A, B, C, D, E, F.
The size of the hexadecimal is much shorter than the binary number which makes them
easy to write and remember. Let 0000 to 000F representing hexadecimal numbers from
zero to fifteen, then 0010, 0011, 0012, …etc. Will represent sixteen, seventeen, eighteen…
etc. till 001F which represent thirty open and so on.
2/2