| Kibioctets (Kio) | Kilobits (kbit) |
|---|---|
| 1 Kibioctet | 8.192 kbit |
| 2 Kibioctets | 16.384 kbit |
| 3 Kibioctets | 24.576 kbit |
| 4 Kibioctets | 32.768 kbit |
| 5 Kibioctets | 40.96 kbit |
| 10 Kibioctets | 81.92 kbit |
| 20 Kibioctets | 163.84 kbit |
| 25 Kibioctets | 204.8 kbit |
| 50 Kibioctets | 409.6 kbit |
| 100 Kibioctets | 819.2 kbit |
| Reference | Kibioctets (Kio) | Kilobits (kbit) |
|---|---|---|
| A plain text message (160 characters) | 0.15625 Kio | 1.28 kbit |
| A three-minute MP3 | 2929.69 Kio | 24000 kbit |
| A smartphone photo | 3906.25 Kio | 32000 kbit |
| A high-definition film | 3906250 Kio | 32000000 kbit |
| A dual-layer Blu-ray disc | 48828125 Kio | 400000000 kbit |
The kibioctet is a unit of digital information equal to 1,024 octets, and therefore to 8,192 bits. Its symbol is Kio. It is the binary counterpart of the kilooctet, and although the two differ by only 2.4 per cent, this is the unit in which a great deal of a computer's internal organisation is actually measured.
The most important example is the memory page. Processors do not manage memory octet by octet but in fixed-size blocks, and on almost every architecture in common use that block is 4 kibioctets. Every allocation a program makes is rounded up to a multiple of that, every entry in the page tables describes one of them, and the performance of a program often depends on how well its access pattern fits that four-kibioctet grid.
Disc sectors tell a similar story. Hard drives used 512-octet sectors for decades, and modern drives use 4 kibioctets, matching the memory page so that a page can be read or written in a single operation. Filesystems then allocate space in blocks that are themselves powers of two, usually 4 kibioctets, which is why a one-octet file consumes four kibioctets of disc.
Network protocols use the unit too. Buffer sizes, window sizes and the maximum size of many protocol structures are powers of two, and the 64-kibioctet limit appears repeatedly: it is the largest value a 16-bit length field can express, and it therefore caps the size of a UDP datagram, an IP packet and several older file formats.
That is the general pattern: wherever a limit comes from the width of a binary field, the limit is a power of two, and the honest way to write it is with a binary prefix. Writing 64 KB for the datagram limit is not wrong by much, but writing 64 KiB is exactly right and says where the number came from.
In everyday use the difference is invisible. A 200-kilooctet file and a 200-kibioctet file are 4.8 kibioctets apart, which nobody notices. The value of the distinction is that it makes the arithmetic behind a figure legible, which matters far more as the numbers grow.
One kibioctet equals 1,024 octets, 8,192 bits, 8 kibibits, or 1.024 kilooctets.
The kilobit is a unit of digital information equal to one thousand bits. Its symbol is kbit. The lowercase k matters: it marks the decimal kilo of the metric system, one thousand exactly, as distinct from the binary 1,024 that the capital K sometimes indicated in older computing usage.
That distinction was fought over for decades. Memory is built in powers of two, so a chip holding 1,024 bits was called a kilobit chip, and the name stuck even though the number was wrong by 2.4 per cent. Storage and transmission, meanwhile, always counted in true thousands. The IEC settled the matter in 1998 by naming the binary quantity a kibibit, leaving the kilobit to mean one thousand and nothing else.
For a sense of scale, a kilobit holds 125 octets, which is about 125 characters of unaccented text — roughly a long sentence, or the length of a short social-media post. A single low-resolution photograph is thousands of times larger. The kilobit is a unit for things that were once considered generous and are now considered trivially small.
Its historical home was the telephone modem. Dial-up connections were rated in kilobits per second, and the numbers marked the era precisely: 300 bits per second in the late 1970s, then 1.2, 2.4, 9.6, 14.4, 28.8 and finally 56 kilobits per second, the last of which pushed an ordinary voice line to its theoretical ceiling. Anyone who used the internet before broadband measured their experience in these numbers.
The kilobit survives in audio and video encoding, where bit rates are quoted in kilobits per second. Speech codecs used in telephony run from 8 to 64. Music encoded at 128 kilobits per second was the early standard for portable players, 192 and 256 are common now, and 320 is the practical ceiling for the older lossy formats. Video runs a decimal order higher, in megabits.
Memory chip capacities are still occasionally described in kilobits, particularly for small serial memories used in embedded devices, where a 64-kilobit part holds 8 kilooctets of configuration data. In those specifications the figure is usually the binary one, so the datasheet is worth reading carefully.
One kilobit equals 1,000 bits, 125 octets, or about 0.9766 kibibits.