Conversion of binary numbers is turning a binary number (base 2) into a number with a different base. For example, the binary number 10101010 can be converted into decimal in the following way:
1 X 27 + 0 X 26 + 1 X 25 + 0 X 24 + 1 X 23 + 0 X 22 + 1 X 21 + 0 X 20 =
128 + 0 + 32 + 0 + 8 + 0 + 2 + 0 = 170
Chat with our AI personalities