Computer Science, asked by ayshmahamud, 8 months ago

state the number of bytes and the number of bits that make one character

Answers

Answered by avinishkumar6423
1

Answer:

An ASCII character in 8-bit ASCII encoding is 8 bits (1 byte), though it can fit in 7 bits. An ISO-8895-1 character in ISO-8859-1 encoding is 8 bits (1 byte). A Unicode character in UTF-8 encoding is between 8 bits (1 byte) and 32 bits (4 bytes).

Similar questions