answersLogoWhite

0

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

16y ago

What else can I help you with?

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 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.


100000 in binary is what number is decimal?

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


What is the decimal value of the binary number 1001?

1001 in binary is equal to 9 in decimal.


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 does the decimal number 255 mean in binary?

Oh, dude, you're asking about binary now? Alright, so in binary, the decimal number 255 is represented as 11111111. It's like all those ones are just hanging out together, having a binary party. So yeah, 255 in binary is just a bunch of ones chilling together.


Which binary number is equal to the decimal number 81?

In binary form it is 1010001.