answersLogoWhite

0

What is an 8 bit binary code?

Updated: 4/28/2022
User Avatar

Wiki User

10y ago

Best Answer

Numbers can be represented not only in decimal but also in binary where the base instead of being 10 is now 2. In decimal we have the primitive symbols 0,1,2,3,4,5,6,7,8,9 and the base 10 is not a primitive symbol but formed by two primitive symbols. In binary the primitive symbols are 0,1 and the base 2 is not a primitive symbol but formed by two primitive symbols. Just like we have in decimal the unit place, the tens place, the hundreds place, the thousands place ... etc., in binary we have the unit place, the twos place, the fours place, the eights place ... etc. If you consider 8 bit binary code, it can have values

00000000

00000001

00000010

00000011

00000100

00000101

--

--

--

11111111

That is an eight bit number can hold values 00000000 to 11111111 and may be treated as numbers of decimals equivalents of 0 to 255.

User Avatar

Wiki User

10y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What is an 8 bit binary code?
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 number is defined by the 8 bit binary code 0000 0101?

5


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 binary number of 10?

The Binary for ten in 8-bit binary is: 00001010


Which code uses 7 bit binary code to reprent each characters?

Ascii codes is uses 7 bit binary code to reprsent each character


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 a BIT in relation to binary code?

A BIT is a Binary digIT. Very small saving unit.Having two values,(0,1).


What is a single 1 and 0 in binary code?

That is called a "bit", short for "binary digit".


What is binary code for 8?

1000


What is the binary code for 8?

1000


Applications of binary to GRAY code converter?

gray code is one which changes one bit at a time but binary code is one which changes one or more bit at a time. for example three bit binary and gray code the left one is binary and the right one is gray code.binary gray000 000001 001010 011011 010100 110101 111110 101111 100000 000


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.