In: Accounting
How to convert binary to hex?
Binary is the simplest kind of number system that uses only two digits of 0 and 1 (i.e. value of base 2)
Whereas Hexadecimal number is one of the number systems which has value is 16.
It has only 16 symbols − 0, 1, 2, 3, 4, 5, 6, 7, 8, 9 and A, B, C, D, E, F.
Where A, B, C, D, E and F are representations of decimal value 10, 11, 12, 13, 14 and 15 respectively.
Following is the procedure to convert a BINARY NUMBER INTO HEXADECIMAL NUMBER
For example : CHECK THE FOLLOWING IMAGES