answersLogoWhite

0


Best Answer

It is 155.

User Avatar

Wiki User

6y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: Convert the binary number 10011011to decimal?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

How do you convert decimal number 63 to binary?

The binary equivalent of the decimal number 63 is 111111.


Convert binary number 110111 to decimal?

Binary 110111 is equivalent to decimal 55.


How to Convert 11.1 binary to decimal?

The binary number 11.1 in decimal would be 3.5


Convert 186 decimal numbers to its binary equivalent?

Convert 189 to binary number


Convert 13 into a binary number?

13 in decimal = 1101 in binary.


Convert the decimal number 400 to binary?

110010000


What is the convert the decimal number 35 to binary?

It is 100011.


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.


Convert 11101 to decimal?

The decimal equivalent of the binary number 11101 is 29.


How do you write a c program to convert binary to decimal by using while statement?

write a c++ program to convert binary number to decimal number by using while statement


What is the anwer of convert 25 to binary?

The decimal number 25 is expressed in binary as 11001.


How do you convert Binary-to-Decimal and Decimal-to-Binary?

You can use a table to convert binary to decimal & back:MSBBinary DigitLSB2827262524232221202561286432168421Figure out the greatest power that will fit into the number you want to convert to binary. Move to the next lower power of two. If you can fit into the next lower number write down a "1", if it can't put down "0". Put together the binary answer.