Converting bytes to bits

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

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

Examples

Convert 8 bytes to bits

Convert 128 bytes to bits

Convert 625 bytes to bits

Convert 1543.125 bytes to bits