answersLogoWhite

0

8 in decimal is 1000 in binary

User Avatar

Wiki User

10y ago

What else can I help you with?

Related Questions

What is The decimal equivalent of binary 1000?

8


What is the gray code equivalent of binary 1011?

I do not believe that is a valid binary number. All binary numbers must be divisible by 8


What you s10 as a binary number?

10 in binary is equivalent to 2 (decimal). 10 (ten) decimal is equivalent to 1010 (binary) [ 1*8 + 0*4 + 1*2 + 0*1] = 8 + 2 = 10(ten)


What is decimal equivalent of binary 1000 is?

It is 8 (2 to the power 3).


What is the binary equivalent of 14?

1110. 1110 in binary is 1*8 + 1*4 + 1*2 = 8 + 4 + 2 = 14 in decimal.


What is the decimal equivalent of the 8-bit binary number 10011101?

-10011093


What is the binary equivalent of 173?

173 = 128+32+8+4+1 = 101011012


What is the decimal equivalent of 11101 in binary?

16 + 8 + 4 + 1 ie 29


What is the binary equivalent of the decimal number 368?

The binary equivalent is 101110000. If you're using Windows 7, the built-in calculator will convert numbers between base 10, 8, 2 & hex


Binary equivalent to 2 8 10?

210 = 102 810 = 10002 1010 = 10102


What is the decimal equivalent of a given 8-bit binary number?

To find the decimal equivalent of an 8-bit binary number, you can use the positional numbering system. Each bit in the binary number represents a power of 2, from right to left. Starting from the rightmost bit, you assign a value of 2^0, 2^1, 2^2, and so on, doubling the value for each position. Then, you sum up the values of the positions where the binary digit is 1. This sum is the decimal equivalent of the 8-bit binary number.


What is binary equivalent of B3?

The binary equivalent of Hexidecimal B3 = 1011 0011