Convert Byte to Bit
Convert Byte to Bit instantly. 1 B = 8 b. Formula, worked examples and a quick reference table.
Last updated
B
b
One byte equals 8 bits. To convert any number of bytes to bits, multiply by 8.
The converter above works in both directions and updates as you type. Below you will find the formula, a worked example and a reference table of common values.
Byte to Bit formula
bit = byte × 8
To go the other way, use byte = bit ÷ 8.
About these units
A byte is eight bits, historically the space needed for one character of text. Storage is measured in bytes; network speeds in bits.
Byte to Bit conversion table
| Byte | Bit |
|---|---|
| 1 B | 8 b |
| 2 B | 16 b |
| 4 B | 32 b |
| 8 B | 64 b |
| 16 B | 128 b |
| 32 B | 256 b |
| 64 B | 512 b |
| 128 B | 1,024 b |
| 256 B | 2,048 b |
| 512 B | 4,096 b |
| 1,024 B | 8,192 b |
Frequently asked questions
How many bits are in a byte? +
There are 8 bits in one byte.
What is 10 B in b? +
10 B equals 80 b. Multiply 10 by 8.
How do I convert bit back to byte? +
Use byte = bit ÷ 8. The converter above handles both directions, or see our dedicated Bit to Byte page.