answersLogoWhite

0

One byte is made up of 8 bits, and each bit can store 1 character. Therefore, 8 Bytes can store 64 Characters.

User Avatar

Wiki User

15y ago

What else can I help you with?

Related Questions

How many bytes of storage would be needed to store the word microprocessors?

The word: microprocessors, is 15 characters long, and would need a minimum of 15 bytes to store as ASCII. Some systems may need additional bytes to indicate that text is stored there, or how long the text field is, though.


How many bytes are used to store a 64 bit number?

how many bytes are there in a 64-bit machine? Another Answer: It takes 8 bytes to store a 64 bit number.


1 word is equal to how many bytes?

every character consumes 2 bytes. so if your word has 4 characters then it will consume 8 bytes.


How many bytes are used to store a 64-bit number?

how many bytes are there in a 64-bit machine? Another Answer: It takes 8 bytes to store a 64 bit number.


What does the computer term bytes mean?

8 bits form a byte. For example to store ASCII characters. Othe language encodings need more bytes, e.g., asian languages. A single bit of course is a 0 or 1 meaning a base2 system. Hence 8 bits or a byte can represent 2 to the power of 8 combinations.


How many bits does a unicode character require?

only uses one byte (8 bits) to encode English characters uses two bytes (16 bits) to encode the most commonly used characters. uses four bytes (32 bits) to encode the characters.


8 bytes is known as?

There is no term for 8 bytes 8 bits = 1 byte 1024 bytes = 1 kilobyte


One megabyte of memory consist of?

One megabyte consists of 1024 kilobytes. A kilobytes consist of 1024 bytes. Hence, a megabyte consists of 10242 bytes=1048578 bytes.A byte can store 1 character. Hence, a megabyte can store 1048578 characters. To go deeper down 1 byte consists of 8 bits. Hence,1 megabyte consists of 1048578 x 8=8388624 bits. Hence, 1MB=1024KB. Or 1058578B. Or8388624b.


How many bits are in 8 megabytes?

1 K = 1,024 bytes 1,024 K = 1 MB (megabyte) or 1,048,576 bytes 8 MB = 1,048,576 bytes x 8 = 8,388,608 bytes 8,388,608 bytes x 8 = 67,108,864 bits ( There are 8 bits to 1 byte. )


How many bytes are 8 megabytes?

8192000 bytes.


How much is 8GB?

Your 8GB is 8 gigabytes or 8 billion bytes or 8,000,000,000 bytes.


How many bits and bytes are required to store the word World contain?

That depends what encoding is used. One common (fairly old) encoding is ASCII; that one uses one byte for each character (letter, symbol, space, etc.). Some systems use 2 bytes per character. Many modern systems use Unicode; if the Unicode characters are stored as UTF-16 - a fairly common encoding scheme - many common characters will still use a single byte, while many special symbols (for example, accented characters) will take up two bytes. The number of bits is simply the number of bytes multiplied by 8.