38 Computer -- Number System

ask mattrab Visit www.askmattrab.com for more academic resources.

Binary to Hexadecimal Conversion

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.

Discussions

More notes on Number System

Close Open App