Bytes, Bits and Bibytes: A Plain-English Guide to Data Storage Units

By the Super Simple Digital Tools Team · Updated June 2026 · Converters

Digital storage looks simple until you notice the same number means different things in different places. A drive labelled 1 TB, an operating system reporting 931 GB, and an internet plan promising 1 Gbps are all describing data, yet none of them line up cleanly. The root cause is that computing grew up using two scales at once: powers of ten, which humans count in, and powers of two, which machines are built on. Learning to translate between them is the single most useful skill for making sense of capacity, downloads, and backups.

Start with the byte, the everyday building block equal to eight bits. From there, decimal prefixes multiply by 1,000 at each step: a kilobyte is 1,000 bytes, a megabyte is a million, a gigabyte is a billion. This is the scale storage manufacturers use, partly because it is the official metric meaning of kilo, mega and giga, and partly because the numbers look bigger. It is also the scale behind file sizes shown on macOS and most networking gear, which is why decimal mode is a sensible default for everyday comparisons.

The binary scale multiplies by 1,024 instead, because 1,024 is two to the tenth power and aligns naturally with how memory is addressed. To end the confusion, in 1998 the International Electrotechnical Commission introduced new names for these binary units: kibibyte (KiB), mebibyte (MiB), gibibyte (GiB) and tebibyte (TiB). Windows still labels its binary figures with the old GB symbol even though it is really counting in gibibytes, which is exactly why a drive's reported size seems to shrink after you plug it in.

Bits add the final twist. Storage is measured in bytes, but data transfer is measured in bits per second, and the lowercase b versus uppercase B is easy to miss. Because there are eight bits in a byte, you divide a connection's bit rate by eight to get its real byte throughput. A 200 Mbps plan moves about 25 MB per second, so a 5 GB game patch lands in roughly three and a half minutes under ideal conditions, before accounting for congestion and overhead.

Put those rules together and every storage question becomes a quick conversion. Want to know how much a 500 GB phone holds in everyday terms? At rough averages of 3 MB per photo, 6 MB per song, and about 1 GB per hour of 720p video, that is around 160,000 photos, 80,000 songs, or 500 hours of video, with real numbers shifting by quality and format. A converter removes the guesswork so you can plan capacity, compare drives, and estimate download times with confidence.

Quick tips

  • When comparing a drive label to what your computer shows, set the converter to decimal for the box figure and binary for the on-screen figure, then watch the roughly 7% gap appear at the gigabyte level.
  • Reading an internet plan? Remember Mbps is megabits. Convert to megabytes per second by dividing by 8 before estimating how long a download will take.
  • For backups, size your destination in the same convention your operating system uses, so a 1 TB target does not surprise you by showing as about 931 GB of usable space.
  • Storing the result for documentation? Use the full-precision view rather than the rounded figure, since rounding small fractions can compound across many files.

The Data Storage Converter is free to use as often as you like — no signup required.