binary number into decimal 01010110
Answers
Answered by
0
You enter the number: 01010110 base(2) in Binary number system and want to translate it into Decimal.
To do this, at first translate it to decimal here so :
01010110 base(2) = 0∙2^7+1∙2^6+0∙2^5+1∙2^4+0∙2^3+1∙2^2+1∙2^1+0∙2^0= 0+64+0+16+0+4+2+0 = 86 base(10)
To do this, at first translate it to decimal here so :
01010110 base(2) = 0∙2^7+1∙2^6+0∙2^5+1∙2^4+0∙2^3+1∙2^2+1∙2^1+0∙2^0= 0+64+0+16+0+4+2+0 = 86 base(10)
divyata2438:
are you genious
Similar questions