(0010110010001101001)binary into hexadecimal
Answers
Answered by
1
Answer:
16469
Explanation:
You enter the number: 00101100100011010012 in Binary number system and want to translate it into Hexadecimal.
To do this, at first translate it to decimal here so :
00101100100011010012 = 0∙218+0∙217+1∙216+0∙215+1∙214+1∙213+0∙212+0∙211+1∙210+0∙29+0∙28+0∙27+1∙26+1∙25+0∙24+1∙23+0∙22+0∙21+1∙20 = 0+0+65536+0+16384+8192+0+0+1024+0+0+0+64+32+0+8+0+0+1 = 9124110
Happened: 9124110
Converting 9124110 in Hexadecimal system here so:
Whole part of a number is obtained by dividing on the basis new
91241 16
-91232 5702 16
9 -5696 356 16
6 -352 22 16
4 -16 1
6
Translation of numbers from one system to another
Happened:9124110 = 1646916
Result of converting:
00101100100011010012 = 1646916
Similar questions