answersLogoWhite

0


Best Answer

The largest possible value using 8 bits in binary is actually quite simple.

Binary is a numerical system that only uses 2 numbers (1 and 0) to determine value.

Our system is decimal. (0-9)

Now, a 'bit' is one number from the binary system. It can either be 1 or 0.

So, 8 bits means using 8 digits in binary.

1 is greater than 0, so the largest value is 11111111. (8 'one's)

User Avatar

Wiki User

12y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What would the largest value in 8 bits be in binary?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

What is the largest decimal value that can be represented in binary using two bytes?

11b which is 1*2 + 1*1 = 3 would be for two bits. But a byte is 8 bits, so 2 bytes is 16 bits. The largest binary number is [2^16 - 1], which is 65535 (base ten)


Decimal equivalent of the largest binary integer that can be obtained with 11 bits?

What is the decimal equivalent of the largest binary integer that can be obtained with (a) 11 bits and (b) 25 bits?


What is the largest binary number that can be obtained with 64 bits?

the largest binary number is 1.84467440737e19. to figure this out you put 2 to the exponent of the certain amount of bits. Eg: 2^64 equals the binary number


What is the maximum value of a binary number with 8 bits?

255


What is the largest integer that can be stored in 16 bits?

65,535 in decimal = 1111111111111111 in binary.


What is the decimal equivalent of the largest binary number with 5 places?

To achieve the answer to what the decimal equivalent of the largest binary number with five places (or bits) is, work this equation: The formula is 2_ -1 where n is the number of bits. That will get you where you need to be.


What would the largest value in 8 bits be in hexadecimal?

Largest 8 bit unsigned number is 11111111 binary which is the number 255 in decimal. In hexadecimal 255 is represented as FF In octal 255 is represented as 377. The related link below will help.


How you can get the largest binary number that can be expressed with 14 bits?

The largest number is 11111111111111 which is 215 - 1. In decimal, that is 32767.


What is the largest decimal equivalent of the binary integer that can obtained with 16 bits?

Your website is useless


What is largest binary number that can be express with 14 bits?

The value I'd binary digits in reverse order is 1, 2, 4, 8, 16, 32, 64, 128, 256, 512, 1024, 2048, 4096, 8192 The next value would be 16284 so the biggest number is 16284 - 1 = 16283


What is the largest 10 bit number?

Assuming you interpret the bits as an unsigned number, that would be 1111111111 in binary, or 1023 (210 - 1) in decimal.


What is the decimal equivalent of the largest binary integer that can be obtained with 11 bits?

The largest integer is 211 - 1 which is 2048 - 1 = 2047