answersLogoWhite

0


Best Answer

11111111 = 255 in standard binary. think of it like so: 128 | 64 | 32 | 16 | 8 | 4 | 2 | 1 1 1 1 1 1 1 1 1

in other words, (1x128) + (1x64) etc. etc. In Signed Binary however, this would equal -127 since in signed binary, the first bit represents the sign for plus or minus. e.g 0 = +, 1 = -. as such: Plus or minus | 64 | 32 | 16 | 8 | 4 | 2 | 1 1 (-) 1 1 1 1 1 1 1

User Avatar

Wiki User

14y ago
This answer is:
User Avatar
More answers
User Avatar

Wiki User

11y ago

31 is the correct answer.

We arrive at the answer by the following process:

24 + 23 + 22 + 21 + 20 = 16+8+4+2+1=31 in decimal.

This answer is:
User Avatar

User Avatar

Alem Dialino

Lvl 2
3y ago

37

This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What is binary 11111111 equal to as a decimal?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

The Hex number FF may be represented by?

FF in Hex is the same as 255 in Decimal, 377 in Octal and 11111111 in Binary FF in Hex is the same as 255 in Decimal, 377 in Octal and 11111111 in Binary


How do you convert decimal 022 to binary?

You can look it up (00010110) or convert each numeral to binary individually. 11111111 is 255 decimal and is the largest number expressible with 8 binary digits.


What is the value of binary number 11111111 in decimal?

111111112 = 1000000002 - 12 = [in decimal] 28 - 1 = 64 - 1 = 63


The number FF in Hexadecimal system is equivalent to?

255 in decimal. 377 in octal. 11111111 in binary.


What is is the highest 8 bit number in hexadecimal?

since bits are 0 & 1 in binary then 11111111 in binary = 256 in decimal = 377 in octal = FF in hexadecimal


What is binary 11111111 represents what base ten number?

The binary number 11111111 represents the number 255 in base 10.


What is the Largest 8 bit number?

Largest 8 bit unsigned number is 11111111 binary thus making 255 in decimal.


What is the decimal value of the binary number 1001?

1001 in binary is equal to 9 in decimal.


100000 in binary is what number is decimal?

Converted from binary to decimal, 100000 is equal to 32.


What is the highest decimal number that can be represent by 8 binary bits?

The highest unsigned integer is 255; The highest signed integer is 127.


How convert 123789 into binary?

Converted from decimal to binary, 123789 is equal to 11110001110001101.


What is the binary network ID of the loopback IP address?

11111111