answersLogoWhite

0

  1. Divide the number by 2 and note the remainder.
  2. Divide the result of the previous division by 2 and note the remainder
  3. Repeat step 2 until the result is 0
  4. Write the remainders out in reverse order

256 to Binary:

256 ÷ 2 = 128 r 0

128 ÷ 2 = 64 r 0

64 ÷ 2 = 32 r 0

32 ÷ 2 = 16 r 0

16 ÷ 2 = 8 r 0

8 ÷ 2 = 4 r 0

4 ÷ 2 = 2 r 0

2 ÷ 2 = 1 r 0

1 ÷ 2 = 0 r 1

Answer: 100000000

User Avatar

Wiki User

14y ago

What else can I help you with?

Related Questions

What is the decimal number of 256 would have a binary equivalent of?

The number 256 in binary would be 100000000


Convert decimal 300 to binary notation for 16-bit integer?

300 = 256 + 32 + 8 + 4 = Binary 0000 0001 0010 1100


How do you convert binary to excess 3 code?

To convert a binary number to Excess-3 code, first, convert the binary number to its decimal equivalent. Then, add 3 to the decimal value. Finally, convert the resulting decimal number back to binary. For instance, to convert the binary number 1010 (which is 10 in decimal), you would calculate 10 + 3 = 13, and then convert 13 back to binary, resulting in 1101 in Excess-3 code.


How to Convert 11.1 binary to decimal?

The binary number 11.1 in decimal would be 3.5


Convert binary number 110111 to decimal?

Binary 110111 is equivalent to decimal 55.


Convert hexadecimal 4F7B in to binary and decimal?

4F7B: Binary = 100111101111011 Decimal = 20347


Convert 186 decimal numbers to its binary equivalent?

Convert 189 to binary number


How does 11.25 convert binary into decimal?

11.25 is not a valid binary.


How do you convert 000010 in binary?

000010 in binary is 2 in decimal.


Convert binary 10011 to decimal?


How do you convert decimal number 63 to binary?

The binary equivalent of the decimal number 63 is 111111.


What is 97 in binary code?

You can easily convert decimal to binary in the scientific calculator - for example, the scientific calculator found in Windows. In this case, type the number in decimal, then click on "binary" to convert to binary.