Bits to Bytes Converter
Convert between bits, bytes, kilobits (kbit), kilobytes (KB), megabits (Mbit), megabytes (MB), gigabits (Gbit) and gigabytes (GB). It is built for anyone reconciling a network speed quoted in bits with a file size quoted in bytes.
How it works
Every conversion rests on two facts: 1 byte = 8 bits, and decimal SI prefixes (1 KB = 1000 bytes, 1 MB = 1,000,000 bytes). The tool converts your value into a single base figure — total bits — using its unit’s multiplier, then divides that base by every other unit’s multiplier to fill the table:
bits = value × (multiplier for your unit) result in unit X = bits ÷ (multiplier for X)
Example
Enter 100 Mbit:
- bits = 100 × 1,000,000 = 100,000,000 bits
- bytes = 100,000,000 ÷ 8 = 12,500,000 bytes
- megabytes = 12.5 MB
| From | Equals |
|---|---|
| 1 byte | 8 bits |
| 1 KB | 8000 bits |
| 8 Mbit | 1 MB |
| 100 Mbit | 12.5 MB |
All calculations happen locally in your browser — nothing is sent anywhere.