Table Of Contents
Bytes to bits Conversion
1 bytes (B) is equal to 8 bits (bit).
1 B = 8 bit
or
1 bit = 0.125 B
Formula
To convert a digital storage from bytes (B) to bits (bit), multiply the digital storage in bytes by 8
d(bit) = d(B) × 8
Examples:
Convert 128 bytes to bits:
d(bit) = 128B × 8 = 1024 bit
Conversion table
| Bytes (B) | Bits (bit) |
|---|---|
| 1 B | 8 bit |
| 2 B | 16 bit |
| 3 B | 24 bit |
| 5 B | 40 bit |
| 8 B | 64 bit |
| 10 B | 80 bit |
| 16 B | 128 bit |
| 20 B | 160 bit |
| 25 B | 200 bit |
| 50 B | 400 bit |
| 64 B | 512 bit |
| 100 B | 800 bit |
| 128 B | 1024 bit |
| 512 B | 4096 bit |
| 1024 B | 8192 bit |
| Bits (bit) | Bytes (B) |
|---|---|
| 1 bit | 0.125 B |
| 2 bit | 0.25 B |
| 3 bit | 0.375 B |
| 5 bit | 0.625 B |
| 8 bit | 1 B |
| 10 bit | 1.25 B |
| 16 bit | 2 B |
| 20 bit | 2.5 B |
| 25 bit | 3.125 B |
| 50 bit | 6.25 B |
| 64 bit | 8 B |
| 100 bit | 12.5 B |
| 128 bit | 16 B |
| 512 bit | 64 B |
| 1024 bit | 128 B |
Frequently asked questions
How do I convert bytes to bits?
Multiply the value in bytes by 8 to get the result in bits. For example, 5 B × 8 = 40 bit.
How many bits are in 1 bytes?
1 bytes (B) is equal to 8 bits (bit).
How do I convert bits back to bytes?
Use the inverse operation: divide the value in bits by 8 to get the result in bytes.
How accurate is the bytes to bits conversion?
The converter multiplies by the conversion factor 8 and rounds the result to 9 decimal places by default. You can increase or reduce the precision with the digits option on this page.