Number System
A number system is a set of symbol use to represent a number or helps us for counting purpose. The symbols used in general can be referred as digits(or bits). The number of digits used in a number ...
1. Binary Number is converted to Hexadecimal Number by making group of 4 BITS(Digits).
2. The grouping should be done from right to left for integer part and left to right for fraction part.
3. If there are less than 4 BITS in the last group, then the required number of zeros is added in the left hand side for the integer part and in the right hand side for the fraction part respectively to make the group of 4 BITS.
Then, equivalent hexadecimal value of each group is written as shown below.
Example1;
Example2;
Check the equivalent values of digits in different number system from here.