Converting bits to bytes

If we have a number of bits and want to convert it to bytes, we can divide the number of bits by 8, since there are 8 bits in a byte:

\text{bytes} = \text{bits} \div 8

Examples

Convert 64 bits to bytes

Convert 1024 bits to bytes

Convert 5000 bits to bytes

Convert 12345 bits to bytes