| Mebibits (Mibit) | Bits (bit) |
|---|---|
| 1 Mebibit | 1048576 bit |
| 2 Mebibits | 2097152 bit |
| 3 Mebibits | 3145728 bit |
| 4 Mebibits | 4194304 bit |
| 5 Mebibits | 5242880 bit |
| 10 Mebibits | 10485760 bit |
| 20 Mebibits | 20971520 bit |
| 25 Mebibits | 26214400 bit |
| 50 Mebibits | 52428800 bit |
| 100 Mebibits | 104857600 bit |
| Reference | Mebibits (Mibit) | Bits (bit) |
|---|---|---|
| A plain text message (160 characters) | 0.0012207 Mibit | 1280 bit |
| A three-minute MP3 | 22.8882 Mibit | 24000000 bit |
| A smartphone photo | 30.5176 Mibit | 32000000 bit |
| A high-definition film | 30517.6 Mibit | 3.2 × 1010 bit |
| A dual-layer Blu-ray disc | 381470 Mibit | 4 × 1011 bit |
The mebibit is a unit of digital information equal to 1,048,576 bits, which is 1,024 kibibits or two to the twentieth power. Its symbol is Mibit. It is the binary counterpart of the megabit, and the difference between the two has grown to 4.9 per cent — small enough to be ignored casually, large enough to matter in a specification.
Its natural home is semiconductor memory, where capacity is fixed by the address lines on the chip. A memory die with twenty address bits can reach exactly 1,048,576 locations, so densities land on powers of two rather than on round decimal numbers. A chip described as 512 megabits in a catalogue is very often 512 mebibits in reality, which is 537 megabits, and the datasheet is where the truth is written.
That habit is old and deliberate. Semiconductor manufacturers have always sized memory in binary because the wiring makes any other choice wasteful: an address bus is a fixed number of lines, and using only part of the range it can reach throws away silicon. Storage manufacturers had no such constraint, which is precisely why the two industries diverged.
For a sense of quantity, a mebibit is 131,072 octets, or about 128 kibioctets. That is roughly the contents of a long book as plain text, or a single low-resolution image. In network terms it is a hundredth of a second of a gigabit link.
The IEC prefixes were introduced in 1998 partly because at this level and above the approximation stops being safe. Buying a component described as one megabit and receiving one mebibit is a five per cent surprise; at the tebibit the same confusion is a ten per cent surprise, and in a contract for a data centre that is a real sum of money.
Correct usage is now common in standards documents, in hardware datasheets and in operating system internals, and rare in advertising and consumer software. The best rule when reading a figure is to ask which industry produced it: if it describes memory or a chip, assume binary; if it describes storage or a link, assume decimal.
One mebibit equals 1,048,576 bits, 1,024 kibibits, 131,072 octets, or about 1.049 megabits.
The bit is the fundamental unit of information. Its symbol is bit, and its name is a contraction of binary digit, coined by the statistician John Tukey and put into print by Claude Shannon in his 1948 paper A Mathematical Theory of Communication, the work that founded information theory.
A bit is the amount of information carried by a single choice between two equally likely possibilities. A coin landing heads or tails, a switch open or closed, a voltage high or low: each of those settles one bit. That definition is what makes the bit a unit rather than a mere convention of notation. It measures how much uncertainty an answer removes, and it does so in a way that is independent of what the question was about.
Shannon's insight was that this could be counted. A message drawn from an alphabet of thirty-two equally likely symbols carries five bits per symbol, because thirty-two is two to the fifth. If the symbols are not equally likely — as letters in English are not — the average drops, and that gap between the naive count and the true average is exactly what compression exploits. A well-compressed file is one from which the redundant bits have been removed.
In hardware the bit is a physical state: a charge trapped on a floating gate in flash memory, the direction of magnetisation of a domain on a hard disc platter, a pit or land on an optical disc, a pulse of light present or absent in a fibre. All of these encode the same abstract quantity, which is why data can move between them without loss.
Bits are almost never counted singly in storage. They are grouped into octets of eight, and storage capacity is quoted in octets or their multiples. Transmission is different: network and interface speeds are quoted in bits per second, so a connection described as 100 megabits per second delivers about 12.5 megaoctets per second. Confusing the two is the commonest arithmetic error in the whole field.
Where single bits do get counted is in specifications of precision and range. A colour channel with 8 bits holds 256 levels; one with 10 bits holds 1,024. Audio at 16 bits per sample has about 96 decibels of dynamic range, and at 24 bits about 144. A 64-bit address can name about 18 quintillion locations. In every case, each added bit doubles what can be distinguished.
One bit equals 0.125 octets, 0.001 kilobits, or about 0.0009766 kibibits.