Computer Science, asked by itsalleasy, 6 months ago

How is a character represented in binary code ?

Answers

Answered by LEGEND778
0

Answer:

In a fixed-width binary code, each letter, digit, or other character is represented by a bit string of the same length; that bit string, interpreted as a binary number, is usually displayed in code tables in octal, decimal or hexadecimal notation. There are many character sets and many character encodings for them.

Explanation:

Answered by sanjiththesupernigha
0

Answer:

ASCII system has eight bits that are strung together representing one character. So eight bits is equal to one character is equal to one byte.

Explanation:

Similar questions