Conversion from Mebioctets to Octets

=

Invert

Formula to convert Mebioctets (Mio) to Octets (octet)

More information

Mebioctets to Octets conversion table

Mebioctets (Mio)Octets (octet)
1 Mebioctet1048576 octet
2 Mebioctets2097152 octet
3 Mebioctets3145728 octet
4 Mebioctets4194304 octet
5 Mebioctets5242880 octet
10 Mebioctets10485760 octet
20 Mebioctets20971520 octet
25 Mebioctets26214400 octet
50 Mebioctets52428800 octet
100 Mebioctets104857600 octet

Data reference points

ReferenceMebioctets (Mio)Octets (octet)
A plain text message (160 characters)0.000152588 Mio160 octet
A three-minute MP32.86102 Mio3000000 octet
A smartphone photo3.8147 Mio4000000 octet
A high-definition film3814.7 Mio4 × 109 octet
A dual-layer Blu-ray disc47683.7 Mio5 × 1010 octet

Try our other unit converters

LengthMassTemperatureEnergyVolumeSpeedTimeDataPressureFrequencyData-transfer rateVolumetric flow rateAngleArea

Information about the Mebioctet (Mio)

The mebioctet is a unit of digital information equal to 1,048,576 octets, which is 1,024 kibioctets. Its symbol is Mio. It is the binary counterpart of the megaoctet, and the two differ by 4.9 per cent — the point at which a careful writer starts distinguishing them.

The unit's most visible home is the processor cache. The fast memory built into a processor to hold recently used data is sized in binary, and modern chips carry caches measured in mebioctets: a few hundred kibioctets at the second level and tens of mebioctets at the third. Those figures are exact powers of two because the cache is addressed by dividing an address into fixed bit fields.

Block sizes and buffers follow the same logic. Filesystems allocate in blocks, database engines read in pages, compression tools work in windows, and all of these are powers of two, most often a few mebioctets. A tool that offers a buffer of 16 megaoctets almost always means 16 mebioctets, because the underlying allocation is a shift rather than a multiplication.

The distinction has become visible to ordinary users through the discrepancy between what a download claims and what a file manager reports. A file described as 100 megaoctets on a website is often 100 mebioctets on disc, or the reverse, and the resulting 4.9 per cent difference is enough to make a progress bar look wrong without anything actually being wrong.

For scale, a mebioctet holds a million characters of unaccented text — roughly a long novel, or five hundred pages. It is also a single photograph from a modest camera, or eight seconds of high-definition video. The same unit therefore describes both a very large amount of text and a very small amount of video, which says a good deal about the relative cost of representing the two.

The IEC notation Mio is used in technical documentation, in the Linux kernel, in filesystem tools and in standards. It remains rare in consumer software, where MB is written for both quantities. When a figure matters, the safest habit is to compute in octets and convert once at the end.

One mebioctet equals 1,048,576 octets, 1,024 kibioctets, 8 mebibits, or about 1.049 megaoctets.


Information about the Octet (octet)

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.