Binary Math with Conversions
Shift Left(x2) Plus Binary Octal Hexadecimal Decimal Minus Shift Right(/2)
00000000 0 0 0
2^7=+128 2^6=+64 2^5=+32 2^4=+16 2^3=+8 2^2=+4 2^1=+2 2^0=+1
+128 +64 +32 +16 +8 +4 +2 +1