Bytes to Bits

1 byte = 8 bits. To convert bytes (B) to bits (b), multiply by 8.

Converter

⇄
 
 

How to convert bytes to bits

b = B × 8

Example: convert 8 bytes to bits.
8 B × 8 = 64 b

The same relationship in reverse: 1 bit = 0.125 bytes, so you can also divide by 0.125. Need the other direction? Use the bits to bytes converter.

You will typically need this conversion for networking, encryption key sizes and programming.

Bytes to Bits conversion chart

Bytes (B)Bits (b)
1 B8 b
2 B16 b
3 B24 b
4 B32 b
5 B40 b
6 B48 b
7 B56 b
8 B64 b
9 B72 b
10 B80 b
15 B120 b
20 B160 b
25 B200 b
30 B240 b
40 B320 b
50 B400 b
75 B600 b
100 B800 b
250 B2,000 b
500 B4,000 b
1,000 B8,000 b

Values rounded to 8 significant figures. The converter above shows up to 12.

About the units

Byte (B)

Eight bits. One byte stores one ASCII character.

Bit (b)

A single binary digit, 0 or 1 — the smallest unit of digital information. Eight bits make one byte.

Frequently asked questions

How many bits are in a byte?

1 byte = 8 bits. Going the other way, 1 bit = 0.125 bytes.

How do I convert bytes to bits?

To convert bytes to bits, multiply by 8. The formula is b = B × 8.

What is 8 B in b?

8 bytes is 64 bits (8 B × 8 = 64 b).

More data storage conversions