Digital Metric Unit Nomenclature for Dummies

Written: 2024-01-03 · Last Updated: Never

This is a rewrite of a Google Doc I made in December, I decided to publish it because some (Windows users) people need to know…

Metric Prefixes

Nano- to Yotta- scale, excluding middle values where the absolute of the scale is < 10-3.

These are increments of 1,000. Kilo- means 1,000, Giga- means 1,000,000,000, Peta- means 1,000,000,000,000,000, etc.

PrefixNanoMicroMilliKiloMegaGigaTeraPetaExaZettaYotta
SymbolnµmkMGTPEZY
Quantity1/1091/1061/10310310610910121015101810211024

Binary Prefixes

Same scale, same exclusions

These are increments of 1,024 (210). Kibi- means 1,024, Gibi- means 1,073,741,824, Pebi- means 1,125,899,906,842,624, etc.

PrefixNanobiMicrobiMillibiKibiMebiGibiTebiPebiExbiZebiYobi
SymbolniµimiKiMiGiTiPiEiZiYi
Quantity1/1,02431/1,02421/1,0241,0241,02421,02431,02441,02451,02461,02471,0248

Units

UnitBitByte
DescriptionA bit is a singular 1 or 0. A yes or a no. True or false. 0111011110001 is an example of 13 bits.A byte is a set of 8 bits. 01101000 01101001 is an example of 2 bytes, 16 bits in total.
SymbolbB

Suffixes

The most common suffixes used are for rates of data being transferred in the period of 1 second.

UnitBits per SecondBytes per Second
DescriptionThe number of bits transferred in the span of a second.The number of bytes sent in 1 second.
Symbolps/s

Combining

A prefix to denote quantity and a unit to describe what is actually being talked about are all that’s required. A rate over time can also be suffixed.


For example:

NameNotationNumerical Meaning
Megabytes per SecondMB/s1,000,000 bytes (8,000,000 bits) sent in a second.
Megabits per SecondMbps1,000,000 bits (125,000 bytes (125 kB)) transferred in a second. Usually used by ISPs to make rates look faster; your 100 Mbps internet is only ~11.921 MiB/s.
Mebibytes per SecondMiB/s1,048,576 bytes (8,388,608 bits) transferred in a second. Often used to denote file download speeds, sometimes (although not always) mislabeled or said as MB/s.

Sources