answersLogoWhite

0

What is the binary code for 8?

Updated: 11/2/2022
User Avatar

Wiki User

13y ago

Best Answer

1000

User Avatar

Wiki User

13y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What is the binary code for 8?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

What is 8 bit binary code?

An 8 bit binary code is a code that is 8 digits long. It would look like this: 00110010


What is binary code for 8?

1000


What does 010000100110010100100000011100110111010101110010011001 mean?

Error: Malformed binary. Your binary code is must be divisible by 8.This looks like it is the beginning of a binary code, but is not computable into any text as is. Do you have the rest of the code?


What is the binary code for eleven?

The binary code for eleven is 1011. 1011 = 23 + 21 + 20 = 8 + 2 + 1


What is the binary code for 4?

14 decimal in binary is 11102. In octal it is 168 and in hexadecimal it is 0E16.


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


Why are there 8 digits in each binary code?

the answer is 8x0/1


What is the binary code of 237?

237 = 128 + 64 + 32 + 8 + 4 + 1237 decimal = 11101101 binary


What is the binary code for 01001011?

That IS the binary code.


What number is defined by the 8 bit binary code 0000 0101?

5


What is a EBCDIC?

EBCDIC code stands for extended binary coded decimal interchange code....it is an 8 bit code and can provide 256 different characters..it is used on ibm mainframes and on other large computers.. EBCDIC code stands for extended binary coded decimal interchange code....it is an 8 bit code and can provide 256 different characters..it is used on ibm mainframes and on other large computers..


What is the difference between binary code and extendible binary code?

There is no such thing as extendible (sic) binary code. However, there are two known variants: eXtendable Binary (XB) is a universal file format used for serialising binary trees. Extended Binary Coded Decimal Interchange Code (EBCDIC) was an 8-bit character encoding used by IBM in the 1960's. It's a non-standard encoding that was used by IBM prior to them switching to ASCII peripherals.