Other contributors have said "Convert the binary number 110101001 to decimal then to octal?" is the same question as "How convert the binary number 110101001 to decimal then to octal?" If you believe that these are not asking the same thing and should be answered differently, click here

How convert the binary number 110101001 to decimal then to octal?

Answer:
You can use the Windows calculator to do the conversions. If you want to learn how to do it yourself:

To convert binary to decimal, multiply the right-most digit with 1, the second digit (from the right) with 2, the third with 4, etc.

To convert to octal, group the bits from the right to the left, in groups of 3. Convert each group to a decimal digit.
First answer by Hilmarz. Last edit by Hilmarz. Contributor trust: 802 [recommend contributor recommended]. Question popularity: 2 [recommend question].