Bits to Bytes Converter: Complete Guide to Converting Bits to Bytes
The bit is the most fundamental unit of digital information — a single binary digit, either 0 or 1. Eight bits group together to form one byte, the smallest addressable unit of memory in most computer architectures. The bits-to-bytes conversion (divide by 8) is the most foundational calculation in all of computing, connecting network speeds (measured in bits) to file sizes (measured in bytes).
The Formula: Bytes = Bits ÷ 8
The relationship is fixed: 1 byte = 8 bits, always. This is not a binary (base-2) relationship — it's a definition. To convert bits to bytes, divide by exactly 8. To convert bytes to bits, multiply by 8. This simple conversion resolves the most common source of confusion in networking: ISPs advertise speeds in Mb/s (megabits per second), but file sizes are in MB (megabytes). 100 Mb/s = 12.5 MB/s.
Bits = Bytes × 8
Key references:
8 bits = 1 byte
1,000 bits = 125 bytes
8,000 bits = 1 KB (approx)
1,000,000 bits = 125,000 bytes = 122 KB
1 Mbps = 125 KB/s
100 Mbps = 12.5 MB/s
1 Gbps = 125 MB/s
Why Bits vs Bytes? The ISP Trick
Internet Service Providers advertise in bits per second (Mb/s or Gb/s) because larger numbers sound faster. A 100 Mb/s plan = only 12.5 MB/s actual download speed. When you download a 4 GB game (4,096 MB = 4,294,967,296 bytes = 34,359,738,368 bits) on a "100 Mb/s" connection, it takes 4,096 MB ÷ 12.5 MB/s = 327 seconds (~5.5 minutes). Understanding bits vs bytes eliminates this confusion entirely.
Ethernet and Wi-Fi Standards
Fast Ethernet: 100 Mb/s = 12.5 MB/s. Gigabit Ethernet: 1000 Mb/s = 125 MB/s. Wi-Fi 6 (802.11ax): up to 9,608 Mb/s theoretical = 1,201 MB/s. USB 3.0: 5 Gb/s = 625 MB/s. USB 3.2 Gen 2×2: 20 Gb/s = 2,500 MB/s = 2.5 GB/s. NVMe SSD: 7,000 MB/s = 56,000 Mb/s = 56 Gb/s. PCIe 5.0 × 16: 128 GB/s = 1,024 Gb/s. All of these convert via the same ÷8 relationship.
Storage vs Transmission
Storage is always in bytes (KB, MB, GB, TB). Network/transmission speeds are in bits (Kb/s, Mb/s, Gb/s). Memory bandwidth (RAM): measured in GB/s = gigabytes per second. GPU memory bandwidth: 500–1000 GB/s. This is why benchmarks look different — a "1 TB/s" memory spec = 8 Tb/s in bits. The conversion is always the same: multiply or divide by 8.