Skip to content

Instantly share code, notes, and snippets.

@adrianbiro
Last active October 11, 2022 14:31
Show Gist options
  • Save adrianbiro/236d165711e0ec1450bf95310328e93d to your computer and use it in GitHub Desktop.
Save adrianbiro/236d165711e0ec1450bf95310328e93d to your computer and use it in GitHub Desktop.

Decimal

$1000$ kB kilobyte

$1000^2$ MB megabyte

$1000^3$ GB gigabyte

$1000^4$ TB terabyte

$1000^5$ PB petabyte

$1000^6$ EB exabyte

$1000^7$ ZB zettabyte

$1000^8$ YB yottabyte

Binary

$1024$ KiB kibibyte

$1024^2$ MiB mebibyte

$1024^3$ GiB gibibyte

$1024^4$ TiB tebibyte

$1024^5$ PiB pebibyte

$1024^6$ EiB exbibyte

$1024^7$ ZiB zebibyte

$1024^8$ YiB yobibyte

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment