| Megabits (Mbit) | Octets (octet) |
|---|---|
| 1 Megabit | 125000 octet |
| 2 Megabits | 250000 octet |
| 3 Megabits | 375000 octet |
| 4 Megabits | 500000 octet |
| 5 Megabits | 625000 octet |
| 10 Megabits | 1250000 octet |
| 20 Megabits | 2500000 octet |
| 25 Megabits | 3125000 octet |
| 50 Megabits | 6250000 octet |
| 100 Megabits | 12500000 octet |
| Reference | Megabits (Mbit) | Octets (octet) |
|---|---|---|
| A plain text message (160 characters) | 0.00128 Mbit | 160 octet |
| A three-minute MP3 | 24 Mbit | 3000000 octet |
| A smartphone photo | 32 Mbit | 4000000 octet |
| A high-definition film | 32000 Mbit | 4 × 109 octet |
| A dual-layer Blu-ray disc | 400000 Mbit | 5 × 1010 octet |
The megabit is a unit of digital information equal to one million bits. Its symbol is Mbit. It is the unit in which the speed of an internet connection is almost always advertised, which makes it one of the few data units that ordinary consumers encounter by name every time they choose a service.
A megabit is one million bits exactly, not 1,048,576. That distinction has practical consequences. A megabit holds 125,000 octets, which is 125 kilooctets, so a connection running at 100 megabits per second transfers about 12.5 megaoctets per second at best. A file listed as 500 megaoctets therefore takes a minimum of forty seconds, not the four the advertised number seems to promise.
That factor of eight is the reason so many people believe their connection is slower than they were sold. Nothing dishonest is happening: the industry quotes throughput in bits per second because that is what the physical layer actually carries, while file managers quote size in octets because that is how storage is organised. Both conventions are correct in their own domain, and the arithmetic between them is a division by eight.
Real throughput is lower still. Protocol headers, error correction and retransmission all consume capacity, and the usable share of a link is typically 90 to 95 per cent of its nominal rate. Wireless links lose more, because the medium is shared and interference forces retries. A connection advertised at 100 megabits per second commonly delivers 90 or so in practice, and less over a busy wireless network.
The numbers that define the eras are worth remembering. Early broadband offered 1 to 8 megabits per second, cable and fibre pushed that to 50 and 100, and gigabit services are now common in cities. High-definition video streaming needs roughly 5 megabits per second, ultra-high-definition roughly 25, and a video call between two 8, so a household's real requirement is usually far below what it buys.
In memory the megabit describes chip capacity. A 512-megabit memory chip holds 64 megaoctets, and several such chips make a module. Manufacturers count in bits because that is what the silicon holds; buyers count in octets because that is what the operating system reports.
One megabit equals 1,000,000 bits, 1,000 kilobits, 125 kilooctets, or about 0.9537 mebibits.
The octet is a unit of digital information equal to exactly eight bits. Its symbol is octet, and its name comes from the Latin for a group of eight. It is the unit in which nearly all stored data is counted, and the reason it is called an octet rather than a byte is worth knowing.
A byte was originally the number of bits a machine used to hold one character, and that number was not fixed. Early computers used six-bit bytes, some used seven, and a few used nine. The IBM System/360 of 1964 settled on eight and its commercial success made eight the norm, but the word byte kept its older, machine-dependent meaning in specifications where ambiguity was dangerous.
The networking world therefore adopted octet. When a protocol standard says a header field is four octets long, no reader anywhere can interpret that as anything but thirty-two bits. The internet standards published by the IETF use octet throughout for exactly that reason, and French, Romanian and several other languages adopted the word for ordinary use as well, so that a hard disc sold in France is measured in gigaoctets.
Eight bits hold 256 distinct values, which is why so many things come in units of 256. A colour channel runs from 0 to 255. An IPv4 address is four octets, written as four numbers each between 0 and 255. The original ASCII character set used seven bits, leaving one spare, and the various eight-bit extensions that followed each filled that spare bit with a different set of accented letters — the mess that Unicode eventually replaced.
Modern text encoding still counts in octets. UTF-8 uses one octet for the unaccented Latin alphabet, two for most European accented letters and Greek and Cyrillic, three for Chinese, Japanese and Korean, and four for the rest. That is why the same sentence occupies different amounts of storage in different languages, and why a text-length limit measured in octets is not a limit on characters.
Storage capacity, file sizes, memory and network payloads are all quoted in octets or their multiples. Transmission rates are the exception, being quoted in bits per second, and the factor of eight between the two conventions is the single most common source of confusion in the field.
One octet equals 8 bits, 0.008 kilobits, or 0.001 kilooctets.