1
Chat with our AI personalities
That's not a binary number ! Binary numbers can only use the digits 1 and 0.
'2' Decimal code => '10' Binary code.
All possible 2-bit numbers ... 0, 1, 2, and 3 ... are the same in BCD and binary. No conversion is required.
Binary ( 1 0 ) = decimal ( 2 )
In a simple way, write down the numbers from right to left: 1,2,4,8,16,32,64 and 128. Binary one is 000001. (write this above or below the other numbers I just gave you) The number two is 000010 in binary. Three is 000011. Four is 000100. Five is 000101. You should see the pattern. The Binary number corresponds to the placement of ones and zeros to 128 64 32 16 8 4 2 1.