Mbps to Bytes Logo
Mbps to Bytes
Live Calculator

Bits to Bytes Converter

The foundation under every speed and size on this site: 8 bits make 1 byte. Convert both directions — then meet an actual byte below.

Decimals:
3
b

The unit of transmission — network speeds count these.

B

The unit of storage — files and drives count these.

Try:

Formula: bytes = bits ÷ 8 · bits = bytes × 8. Both fields editable. For rates (Mbps ↔ MB/s), use the Mbps to MB/s converter — same ÷8, applied per second.

The Byte Builder: Meet an Actual Byte

A byte is just 8 switches. Flip them and watch one byte take every value a byte can hold.

Decimal

65

Hex

0x41

As ASCII text

"A"

01000001 — the letter "A". Eight on/off switches, 256 possible values (0–255): that's all a byte is.

This is why the byte, not the bit, became storage's unit: one byte holds one character of text, so file sizes in bytes roughly meant "how many characters fit." And with 8 bits giving 2⁸ = 256 combinations, two hexadecimal digits describe any byte exactly — the reason low-level computing is written in hex. For a large raw count, the Bytes to MB converter turns those Bytes into correctly labelled decimal MB and binary MiB.

Why 8 Bits? The Short, True History

Nothing in physics demands 8. Early machines grouped bits in sixes, sevens and nines — a "byte" originally meant whatever chunk a machine chewed per step. The consolidation came with IBM's System/360 in 1964, which committed to 8-bit bytes: enough to hold any character of the era's 7-bit ASCII with a bit to spare, and a power of two, which binary addressing handles elegantly. The 360's dominance made 8 the industry default, microprocessors inherited it, and by the 1970s the 8-bit byte was simply what "byte" meant. The standards later made it official — IEC 80000-13 defines the byte as 8 bits.

One fossil of the ambiguous era survives: networking RFCs say "octet" instead of "byte" precisely because, when the internet's protocols were written, a "byte" wasn't yet reliably 8 bits everywhere. Same unit, lawyer-proof name.

b vs B: the Notation Table That Prevents Every Trap

Bit and byte notation with meanings and where each is used
SymbolUnitMeaningWhere you see it
bbitThe atom: one 0 or 1Speeds: Kbps, Mbps, Gbps
Bbyte8 bits — one characterFiles & storage: KB, MB, GB
Kb / Mb / Gbkilo/mega/gigabit1,000 / 10⁶ / 10⁹ bitsNetwork line rates
KB / MB / GBkilo/mega/gigabyte1,000 / 10⁶ / 10⁹ bytesFile sizes, drives, plans
KiB / MiB / GiBkibi/mebi/gibibyte1,024 / 1,024² / 1,024³ bytesRAM, Windows reporting

The two traps live on different axes. Case (b vs B) is the 8× trap: speeds arrive in bits, files in bytes, and one letter separates them — dissected in Mbps vs MB/s. Prefix system (K vs Ki) is the 1,000-vs-1,024 trap: decimal versus binary counting — dissected in GB vs GiB. Every confusing number on the internet is one of these two, and this table disarms both.

Why Speeds Use Bits but Files Use Bytes

Not marketing mischief — engineering lineage. Transmission systems (telegraph → modem → fiber) move one signal at a time, so their natural meter is bits per second; the telecom world has counted that way since before computers had files. Storage systems organize data into addressable chunks, and the byte-per-character convention made bytes the natural ledger for files, memory and drives.

The result: your plan is sold in megabits per second, your download arrives in megabytes — same information, units 8× apart, division by 8 in between. That single divide powers this site's flagship: the Mbps to Bytes converter for speeds, with the reverse direction in Bytes to Mbps.

Common Bits to Bytes Values

8 bits = 1 byte

One byte — one text character

32 bits = 4 bytes

An IPv4 address

64 bits = 8 bytes

A modern CPU word

256 bits = 32 bytes

An AES-256 encryption key

1,024 bits = 128 bytes

A binary "round number"

1,000,000 bits = 125,000 bytes

1 megabit = 125 KB — the speed-trap ratio

Frequently Asked Questions

Quick answers on bits and bytes

How many bits are in a byte?
Exactly 8. One byte = 8 bits, so bits ÷ 8 = bytes and bytes × 8 = bits. Examples: 64 bits = 8 bytes, 256 bits = 32 bytes, 1,000 bits = 125 bytes. This 8:1 ratio is fixed by international standard (IEC 80000-13) and is the root of every speed-vs-size confusion on the internet.
Why is a byte 8 bits?
History plus convenience. Early computers used 6-, 7- and even 9-bit groupings, but IBM's System/360 (1964) standardized on 8 — big enough to hold one text character with room to spare, and a power of two, which binary hardware loves. The industry followed, and the 8-bit byte became universal. Networking standards still say "octet" when they need to be unambiguous about meaning exactly 8 bits.
What is a nibble?
Half a byte: 4 bits. A nibble holds one hexadecimal digit (0–F), which is why hex is computing's favorite shorthand — every byte is exactly two hex digits (e.g., 01000001 = 0x41 = 65). The term is real and standard, if underused outside low-level programming.
Is internet speed measured in bits or bytes?
Bits — always. Network speeds are quoted in bits per second (Kbps, Mbps, Gbps) while files and storage are measured in bytes (KB, MB, GB). That mismatch is why a 100 Mbps plan downloads at 12.5 MB/s: same information, one unit 8× the other. The lowercase b vs capital B is the entire difference.
How many bytes is 1,000 bits?
125 bytes (1,000 ÷ 8). Scaled up, the same arithmetic gives the internet's most useful conversion: 1 megabit = 125 kilobytes, and 1 Mbps = 0.125 MB/s. Any time a speed in bits meets a file in bytes, divide by 8 and the units reconcile.
Is 1 KB 1,000 bytes or 1,024 bytes?
By the standards: 1 KB (kilobyte) = 1,000 bytes, and 1 KiB (kibibyte) = 1,024 bytes. The two systems coexist — decimal for storage marketing and networking, binary for RAM and much of Windows' reporting — and mixing them is the other great unit trap alongside bits-vs-bytes. Our GB vs GiB guide covers that split in full.

Related Tools

More free converters and calculators