• After 15+ years, we've made a big change: Android Forums is now Early Bird Club. Learn more here.

How high can we count in binary?

10011010
0*2^0 + 1*2^0 + 0*2^2 + 1*2^3 + 1*2^4 + 0*2^5 + 0*2^6 + 1*2^7
=
0+1+0+8+16+0+0+64=89?
There seems to be a mistake, where did I go wrong?
 
Back
Top Bottom