101101 = 45
Chat with our AI personalities
5 in base ten is 101 binary (4 + 0 + 1).
If that's binary, it's 25 base 10.
10 is a 2 bit binary number, when converted to decimal numbers it is 2.
Because - Hex is an exact multiple of binary - whereas decimal numbers need to be converted from base 10 to base 2.
If 110 is binary, and you want the answer in decimal form,110 in binary = 6 in decimal, so binary 1102 = decimal 62 = 36If 110 is decimal, and you want the answer in binary form,Decimal 1102 = 12100; decimal 12100 in binary is 10111101000100