Skip to content

Instantly share code, notes, and snippets.

@omayas
Created November 27, 2021 03:53
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save omayas/57432db87145046a08f9772d9e08c79d to your computer and use it in GitHub Desktop.
Save omayas/57432db87145046a08f9772d9e08c79d to your computer and use it in GitHub Desktop.
Bytes Conversion Formulas
{
"b":{
"b":false,
"B":"bits / 8 = Bytes",
"Kb":"bits / 1000^1 = Kilobits",
"Kib":"bits / 1024^1 = Kibibits",
"KB":"bits / 8*1000^1 = KiloBytes",
"KiB":"bits / 8*1024^1 = KibiBytes",
"Mb":"bits / 1000^2 = Megabits",
"Mib":"bits / 1024^2 = Mebibits",
"MB":"bits / 8*1000^2 = MegaBytes",
"MiB":"bits / 8*1024^2 = MebiBytes",
"Gb":"bits / 1000^3 = Gigabits",
"Gib":"bits / 1024^3 = Gibibits",
"GB":"bits / 8*1000^3 = GigaBytes",
"GiB":"bits / 8*1024^3 = GibiBytes",
"Tb":"bits / 1000^4 = Terabits",
"Tib":"bits / 1024^4 = Tebibits",
"TB":"bits / 8*1000^4 = TeraBytes",
"TiB":"bits / 8*1024^4 = TebiBytes",
"Pb":"bits / 1000^5 = Petabits",
"Pib":"bits / 1024^5 = Pebibits",
"PB":"bits / 8*1000^5 = PetaBytes",
"PiB":"bits / 8*1024^5 = PebiBytes"
},
"B":{
"b":"Bytes*8 = bits",
"B":false,
"Kb":"Bytes*8 / 1000^1 = Kilobits",
"Kib":"Bytes*8 / 1024^1 = Kibibits",
"KB":"Bytes / 1000^1 = KiloBytes",
"KiB":"Bytes / 1024^1 = KibiBytes",
"Mb":"Bytes*8 / 1000^2 = Megabits",
"Mib":"Bytes*8 / 1024^2 = Mebibits",
"MB":"Bytes / 1000^2 = MegaBytes",
"MiB":"Bytes / 1024^2 = MebiBytes",
"Gb":"Bytes*8 / 1000^3 = Gigabits",
"Gib":"Bytes*8 / 1024^3 = Gibibits",
"GB":"Bytes / 1000^3 = GigaBytes",
"GiB":"Bytes / 1024^3 = GibiBytes",
"Tb":"Bytes*8 / 1000^4 = Terabits",
"Tib":"Bytes*8 / 1024^4 = Tebibits",
"TB":"Bytes / 1000^4 = TeraBytes",
"TiB":"Bytes / 1024^4 = TebiBytes",
"Pb":"Bytes*8 / 1000^5 = Petabits",
"Pib":"Bytes*8 / 1024^5 = Pebibits",
"PB":"Bytes / 1000^5 = PetaBytes",
"PiB":"Bytes / 1024^5 = PebiBytes"
},
"Kb":{
"b":"Kilobits*1000^1 = bits",
"B":"Kilobits*1000^1 / 8 = Bytes",
"Kb":false,
"Kib":"Kilobits*1000^1 / 1024^1 = Kibibits",
"KB":"Kilobits / 8 = KiloBytes",
"KiB":"Kilobits*1000^1 / 8*1024^1 = KibiBytes",
"Mb":"Kilobits / 1000^1 = Megabits",
"Mib":"Kilobits*1000^1 / 1024^2 = Mebibits",
"MB":"Kilobits / 8*1000^1 = MegaBytes",
"MiB":"Kilobits*1000^1 / 8*1024^2 = MebiBytes",
"Gb":"Kilobits / 1000^2 = Gigabits",
"Gib":"Kilobits*1000^1 / 1024^3 = Gibibits",
"GB":"Kilobits / 8*1000^2 = GigaBytes",
"GiB":"Kilobits*1000^1 / 8*1024^3 = GibiBytes",
"Tb":"Kilobits / 1000^3 = Terabits",
"Tib":"Kilobits*1000^1 / 1024^4 = Tebibits",
"TB":"Kilobits / 8*1000^3 = TeraBytes",
"TiB":"Kilobits*1000^1 / 8*1024^4 = TebiBytes",
"Pb":"Kilobits / 1000^4 = Petabits",
"Pib":"Kilobits*1000^1 / 1024^5 = Pebibits",
"PB":"Kilobits / 8*1000^4 = PetaBytes",
"PiB":"Kilobits*1000^1 / 8*1024^5 = PebiBytes"
},
"Kib":{
"b":"Kibibits*1024^1 = bits",
"B":"Kibibits*1024^1 / 8 = Bytes",
"Kb":"Kibibits*1024^1 / 1000^1 = Kilobits",
"Kib":false,
"KB":"Kibibits*1024^1 / 8*1000^1 = KiloBytes",
"KiB":"Kibibits / 8 = KibiBytes",
"Mb":"Kibibits*1024^1 / 1000^2 = Megabits",
"Mib":"Kibibits / 1024^1 = Mebibits",
"MB":"Kibibits*1024^1 / 8*1000^2 = MegaBytes",
"MiB":"Kibibits / 8*1024^1 = MebiBytes",
"Gb":"Kibibits*1024^1 / 1000^3 = Gigabits",
"Gib":"Kibibits / 1024^2 = Gibibits",
"GB":"Kibibits*1024^1 / 8*1000^3 = GigaBytes",
"GiB":"Kibibits / 8*1024^2 = GibiBytes",
"Tb":"Kibibits*1024^1 / 1000^4 = Terabits",
"Tib":"Kibibits / 1024^3 = Tebibits",
"TB":"Kibibits*1024^1 / 8*1000^4 = TeraBytes",
"TiB":"Kibibits / 8*1024^3 = TebiBytes",
"Pb":"Kibibits*1024^1 / 1000^5 = Petabits",
"Pib":"Kibibits / 1024^4 = Pebibits",
"PB":"Kibibits*1024^1 / 8*1000^5 = PetaBytes",
"PiB":"Kibibits / 8*1024^4 = PebiBytes"
},
"KB":{
"b":"KiloBytes*8*1000^1 = bits",
"B":"KiloBytes*1000^1 = Bytes",
"Kb":"KiloBytes*8 = Kilobits",
"Kib":"KiloBytes*8*1000^1 / 1024^1 = Kibibits",
"KB":false,
"KiB":"KiloBytes*1000^1 / 1024^1 = KibiBytes",
"Mb":"KiloBytes*8 / 1000^1 = Megabits",
"Mib":"KiloBytes*8*1000^1 / 1024^2 = Mebibits",
"MB":"KiloBytes / 1000^1 = MegaBytes",
"MiB":"KiloBytes*1000^1 / 1024^2 = MebiBytes",
"Gb":"KiloBytes*8 / 1000^2 = Gigabits",
"Gib":"KiloBytes*8*1000^1 / 1024^3 = Gibibits",
"GB":"KiloBytes / 1000^2 = GigaBytes",
"GiB":"KiloBytes*1000^1 / 1024^3 = GibiBytes",
"Tb":"KiloBytes*8 / 1000^3 = Terabits",
"Tib":"KiloBytes*8*1000^1 / 1024^4 = Tebibits",
"TB":"KiloBytes / 1000^3 = TeraBytes",
"TiB":"KiloBytes*1000^1 / 1024^4 = TebiBytes",
"Pb":"KiloBytes*8 / 1000^4 = Petabits",
"Pib":"KiloBytes*8*1000^1 / 1024^5 = Pebibits",
"PB":"KiloBytes / 1000^4 = PetaBytes",
"PiB":"KiloBytes*1000^1 / 1024^5 = PebiBytes"
},
"KiB":{
"b":"KibiBytes*8*1024^1 = bits",
"B":"KibiBytes*1024^1 = Bytes",
"Kb":"KibiBytes*8*1024^1 / 1000^1 = Kilobits",
"Kib":"KibiBytes*8 = Kibibits",
"KB":"KibiBytes*1024^1 / 1000^1 = KiloBytes",
"KiB":false,
"Mb":"KibiBytes*8*1024^1 / 1000^2 = Megabits",
"Mib":"KibiBytes*8 / 1024^1 = Mebibits",
"MB":"KibiBytes*1024^1 / 1000^2 = MegaBytes",
"MiB":"KibiBytes / 1024^1 = MebiBytes",
"Gb":"KibiBytes*8*1024^1 / 1000^3 = Gigabits",
"Gib":"KibiBytes*8 / 1024^2 = Gibibits",
"GB":"KibiBytes*1024^1 / 1000^3 = GigaBytes",
"GiB":"KibiBytes / 1024^2 = GibiBytes",
"Tb":"KibiBytes*8*1024^1 / 1000^4 = Terabits",
"Tib":"KibiBytes*8 / 1024^3 = Tebibits",
"TB":"KibiBytes*1024^1 / 1000^4 = TeraBytes",
"TiB":"KibiBytes / 1024^3 = TebiBytes",
"Pb":"KibiBytes*8*1024^1 / 1000^5 = Petabits",
"Pib":"KibiBytes*8 / 1024^4 = Pebibits",
"PB":"KibiBytes*1024^1 / 1000^5 = PetaBytes",
"PiB":"KibiBytes / 1024^4 = PebiBytes"
},
"Mb":{
"b":"Megabits*1000^2 = bits",
"B":"Megabits*1000^2 / 8 = Bytes",
"Kb":"Megabits*1000^1 = Kilobits",
"Kib":"Megabits*1000^2 / 1024^1 = Kibibits",
"KB":"Megabits*1000^1 / 8 = KiloBytes",
"KiB":"Megabits*1000^2 / 8*1024^1 = KibiBytes",
"Mb":false,
"Mib":"Megabits*1000^2 / 1024^2 = Mebibits",
"MB":"Megabits / 8 = MegaBytes",
"MiB":"Megabits*1000^2 / 8*1024^2 = MebiBytes",
"Gb":"Megabits / 1000^1 = Gigabits",
"Gib":"Megabits*1000^2 / 1024^3 = Gibibits",
"GB":"Megabits / 8*1000^1 = GigaBytes",
"GiB":"Megabits*1000^2 / 8*1024^3 = GibiBytes",
"Tb":"Megabits / 1000^2 = Terabits",
"Tib":"Megabits*1000^2 / 1024^4 = Tebibits",
"TB":"Megabits / 8*1000^2 = TeraBytes",
"TiB":"Megabits*1000^2 / 8*1024^4 = TebiBytes",
"Pb":"Megabits / 1000^3 = Petabits",
"Pib":"Megabits*1000^2 / 1024^5 = Pebibits",
"PB":"Megabits / 8*1000^3 = PetaBytes",
"PiB":"Megabits*1000^2 / 8*1024^5 = PebiBytes"
},
"Mib":{
"b":"Mebibits*1024^2 = bits",
"B":"Mebibits*1024^2 / 8 = Bytes",
"Kb":"Mebibits*1024^2 / 1000^1 = Kilobits",
"Kib":"Mebibits*1024^1 = Kibibits",
"KB":"Mebibits*1024^2 / 8*1000^1 = KiloBytes",
"KiB":"Mebibits*1024^1 / 8 = KibiBytes",
"Mb":"Mebibits*1024^2 / 1000^2 = Megabits",
"Mib":false,
"MB":"Mebibits*1024^2 / 8*1000^2 = MegaBytes",
"MiB":"Mebibits / 8 = MebiBytes",
"Gb":"Mebibits*1024^2 / 1000^3 = Gigabits",
"Gib":"Mebibits / 1024^1 = Gibibits",
"GB":"Mebibits*1024^2 / 8*1000^3 = GigaBytes",
"GiB":"Mebibits / 8*1024^1 = GibiBytes",
"Tb":"Mebibits*1024^2 / 1000^4 = Terabits",
"Tib":"Mebibits / 1024^2 = Tebibits",
"TB":"Mebibits*1024^2 / 8*1000^4 = TeraBytes",
"TiB":"Mebibits / 8*1024^2 = TebiBytes",
"Pb":"Mebibits*1024^2 / 1000^5 = Petabits",
"Pib":"Mebibits / 1024^3 = Pebibits",
"PB":"Mebibits*1024^2 / 8*1000^5 = PetaBytes",
"PiB":"Mebibits / 8*1024^3 = PebiBytes"
},
"MB":{
"b":"MegaBytes*8*1000^2 = bits",
"B":"MegaBytes*1000^2 = Bytes",
"Kb":"MegaBytes*8*1000^1 = Kilobits",
"Kib":"MegaBytes*8*1000^2 / 1024^1 = Kibibits",
"KB":"MegaBytes*1000^1 = KiloBytes",
"KiB":"MegaBytes*1000^2 / 1024^1 = KibiBytes",
"Mb":"MegaBytes*8 = Megabits",
"Mib":"MegaBytes*8*1000^2 / 1024^2 = Mebibits",
"MB":false,
"MiB":"MegaBytes*1000^2 / 1024^2 = MebiBytes",
"Gb":"MegaBytes*8 / 1000^1 = Gigabits",
"Gib":"MegaBytes*8*1000^2 / 1024^3 = Gibibits",
"GB":"MegaBytes / 1000^1 = GigaBytes",
"GiB":"MegaBytes*1000^2 / 1024^3 = GibiBytes",
"Tb":"MegaBytes*8 / 1000^2 = Terabits",
"Tib":"MegaBytes*8*1000^2 / 1024^4 = Tebibits",
"TB":"MegaBytes / 1000^2 = TeraBytes",
"TiB":"MegaBytes*1000^2 / 1024^4 = TebiBytes",
"Pb":"MegaBytes*8 / 1000^3 = Petabits",
"Pib":"MegaBytes*8*1000^2 / 1024^5 = Pebibits",
"PB":"MegaBytes / 1000^3 = PetaBytes",
"PiB":"MegaBytes*1000^2 / 1024^5 = PebiBytes"
},
"MiB":{
"b":"MebiBytes*8*1024^2 = bits",
"B":"MebiBytes*1024^2 = Bytes",
"Kb":"MebiBytes*8*1024^2 / 1000^1 = Kilobits",
"Kib":"MebiBytes*8*1024^1 = Kibibits",
"KB":"MebiBytes*1024^2 / 1000^1 = KiloBytes",
"KiB":"MebiBytes*1024^1 = KibiBytes",
"Mb":"MebiBytes*8*1024^2 / 1000^2 = Megabits",
"Mib":"MebiBytes*8 = Mebibits",
"MB":"MebiBytes*1024^2 / 1000^2 = MegaBytes",
"MiB":false,
"Gb":"MebiBytes*8*1024^2 / 1000^3 = Gigabits",
"Gib":"MebiBytes*8 / 1024^1 = Gibibits",
"GB":"MebiBytes*1024^2 / 1000^3 = GigaBytes",
"GiB":"MebiBytes / 1024^1 = GibiBytes",
"Tb":"MebiBytes*8*1024^2 / 1000^4 = Terabits",
"Tib":"MebiBytes*8 / 1024^2 = Tebibits",
"TB":"MebiBytes*1024^2 / 1000^4 = TeraBytes",
"TiB":"MebiBytes / 1024^2 = TebiBytes",
"Pb":"MebiBytes*8*1024^2 / 1000^5 = Petabits",
"Pib":"MebiBytes*8 / 1024^3 = Pebibits",
"PB":"MebiBytes*1024^2 / 1000^5 = PetaBytes",
"PiB":"MebiBytes / 1024^3 = PebiBytes"
},
"Gb":{
"b":"Gigabits*1000^3 = bits",
"B":"Gigabits*1000^3 / 8 = Bytes",
"Kb":"Gigabits*1000^2 = Kilobits",
"Kib":"Gigabits*1000^3 / 1024^1 = Kibibits",
"KB":"Gigabits*1000^2 / 8 = KiloBytes",
"KiB":"Gigabits*1000^3 / 8*1024^1 = KibiBytes",
"Mb":"Gigabits*1000^1 = Megabits",
"Mib":"Gigabits*1000^3 / 1024^2 = Mebibits",
"MB":"Gigabits*1000^1 / 8 = MegaBytes",
"MiB":"Gigabits*1000^3 / 8*1024^2 = MebiBytes",
"Gb":false,
"Gib":"Gigabits*1000^3 / 1024^3 = Gibibits",
"GB":"Gigabits / 8 = GigaBytes",
"GiB":"Gigabits*1000^3 / 8*1024^3 = GibiBytes",
"Tb":"Gigabits / 1000^1 = Terabits",
"Tib":"Gigabits*1000^3 / 1024^4 = Tebibits",
"TB":"Gigabits / 8*1000^1 = TeraBytes",
"TiB":"Gigabits*1000^3 / 8*1024^4 = TebiBytes",
"Pb":"Gigabits / 1000^2 = Petabits",
"Pib":"Gigabits*1000^3 / 1024^5 = Pebibits",
"PB":"Gigabits / 8*1000^2 = PetaBytes",
"PiB":"Gigabits*1000^3 / 8*1024^5 = PebiBytes"
},
"Gib":{
"b":"Gibibits*1024^3 = bits",
"B":"Gibibits*1024^3 / 8 = Bytes",
"Kb":"Gibibits*1024^3 / 1000^1 = Kilobits",
"Kib":"Gibibits*1024^2 = Kibibits",
"KB":"Gibibits*1024^3 / 8*1000^1 = KiloBytes",
"KiB":"Gibibits*1024^2 / 8 = KibiBytes",
"Mb":"Gibibits*1024^3 / 1000^2 = Megabits",
"Mib":"Gibibits*1024^1 = Mebibits",
"MB":"Gibibits*1024^3 / 8*1000^2 = MegaBytes",
"MiB":"Gibibits*1024^1 / 8 = MebiBytes",
"Gb":"Gibibits*1024^3 / 1000^3 = Gigabits",
"Gib":false,
"GB":"Gibibits*1024^3 / 8*1000^3 = GigaBytes",
"GiB":"Gibibits / 8 = GibiBytes",
"Tb":"Gibibits*1024^3 / 1000^4 = Terabits",
"Tib":"Gibibits / 1024^1 = Tebibits",
"TB":"Gibibits*1024^3 / 8*1000^4 = TeraBytes",
"TiB":"Gibibits / 8*1024^1 = TebiBytes",
"Pb":"Gibibits*1024^3 / 1000^5 = Petabits",
"Pib":"Gibibits / 1024^2 = Pebibits",
"PB":"Gibibits*1024^3 / 8*1000^5 = PetaBytes",
"PiB":"Gibibits / 8*1024^2 = PebiBytes"
},
"GB":{
"b":"GigaBytes*8*1000^3 = bits",
"B":"GigaBytes*1000^3 = Bytes",
"Kb":"GigaBytes*8*1000^2 = Kilobits",
"Kib":"GigaBytes*8*1000^3 / 1024^1 = Kibibits",
"KB":"GigaBytes*1000^2 = KiloBytes",
"KiB":"GigaBytes*1000^3 / 1024^1 = KibiBytes",
"Mb":"GigaBytes*8*1000^1 = Megabits",
"Mib":"GigaBytes*8*1000^3 / 1024^2 = Mebibits",
"MB":"GigaBytes*1000^1 = MegaBytes",
"MiB":"GigaBytes*1000^3 / 1024^2 = MebiBytes",
"Gb":"GigaBytes*8 = Gigabits",
"Gib":"GigaBytes*8*1000^3 / 1024^3 = Gibibits",
"GB":false,
"GiB":"GigaBytes*1000^3 / 1024^3 = GibiBytes",
"Tb":"GigaBytes*8 / 1000^1 = Terabits",
"Tib":"GigaBytes*8*1000^3 / 1024^4 = Tebibits",
"TB":"GigaBytes / 1000^1 = TeraBytes",
"TiB":"GigaBytes*1000^3 / 1024^4 = TebiBytes",
"Pb":"GigaBytes*8 / 1000^2 = Petabits",
"Pib":"GigaBytes*8*1000^3 / 1024^5 = Pebibits",
"PB":"GigaBytes / 1000^2 = PetaBytes",
"PiB":"GigaBytes*1000^3 / 1024^5 = PebiBytes"
},
"GiB":{
"b":"GibiBytes*8*1024^3 = bits",
"B":"GibiBytes*1024^3 = Bytes",
"Kb":"GibiBytes*8*1024^3 / 1000^1 = Kilobits",
"Kib":"GibiBytes*8*1024^2 = Kibibits",
"KB":"GibiBytes*1024^3 / 1000^1 = KiloBytes",
"KiB":"GibiBytes*1024^2 = KibiBytes",
"Mb":"GibiBytes*8*1024^3 / 1000^2 = Megabits",
"Mib":"GibiBytes*8*1024^1 = Mebibits",
"MB":"GibiBytes*1024^3 / 1000^2 = MegaBytes",
"MiB":"GibiBytes*1024^1 = MebiBytes",
"Gb":"GibiBytes*8*1024^3 / 1000^3 = Gigabits",
"Gib":"GibiBytes*8 = Gibibits",
"GB":"GibiBytes*1024^3 / 1000^3 = GigaBytes",
"GiB":false,
"Tb":"GibiBytes*8*1024^3 / 1000^4 = Terabits",
"Tib":"GibiBytes*8 / 1024^1 = Tebibits",
"TB":"GibiBytes*1024^3 / 1000^4 = TeraBytes",
"TiB":"GibiBytes / 1024^1 = TebiBytes",
"Pb":"GibiBytes*8*1024^3 / 1000^5 = Petabits",
"Pib":"GibiBytes*8 / 1024^2 = Pebibits",
"PB":"GibiBytes*1024^3 / 1000^5 = PetaBytes",
"PiB":"GibiBytes / 1024^2 = PebiBytes"
},
"Tb":{
"b":"Terabits*1000^4 = bits",
"B":"Terabits*1000^4 / 8 = Bytes",
"Kb":"Terabits*1000^3 = Kilobits",
"Kib":"Terabits*1000^4 / 1024^1 = Kibibits",
"KB":"Terabits*1000^3 / 8 = KiloBytes",
"KiB":"Terabits*1000^4 / 8*1024^1 = KibiBytes",
"Mb":"Terabits*1000^2 = Megabits",
"Mib":"Terabits*1000^4 / 1024^2 = Mebibits",
"MB":"Terabits*1000^2 / 8 = MegaBytes",
"MiB":"Terabits*1000^4 / 8*1024^2 = MebiBytes",
"Gb":"Terabits*1000^1 = Gigabits",
"Gib":"Terabits*1000^4 / 1024^3 = Gibibits",
"GB":"Terabits*1000^1 / 8 = GigaBytes",
"GiB":"Terabits*1000^4 / 8*1024^3 = GibiBytes",
"Tb":false,
"Tib":"Terabits*1000^4 / 1024^4 = Tebibits",
"TB":"Terabits / 8 = TeraBytes",
"TiB":"Terabits*1000^4 / 8*1024^4 = TebiBytes",
"Pb":"Terabits / 1000^1 = Petabits",
"Pib":"Terabits*1000^4 / 1024^5 = Pebibits",
"PB":"Terabits / 8*1000^1 = PetaBytes",
"PiB":"Terabits*1000^4 / 8*1024^5 = PebiBytes"
},
"Tib":{
"b":"Tebibits*1024^4 = bits",
"B":"Tebibits*1024^4 / 8 = Bytes",
"Kb":"Tebibits*1024^4 / 1000^1 = Kilobits",
"Kib":"Tebibits*1024^3 = Kibibits",
"KB":"Tebibits*1024^4 / 8*1000^1 = KiloBytes",
"KiB":"Tebibits*1024^3 / 8 = KibiBytes",
"Mb":"Tebibits*1024^4 / 1000^2 = Megabits",
"Mib":"Tebibits*1024^2 = Mebibits",
"MB":"Tebibits*1024^4 / 8*1000^2 = MegaBytes",
"MiB":"Tebibits*1024^2 / 8 = MebiBytes",
"Gb":"Tebibits*1024^4 / 1000^3 = Gigabits",
"Gib":"Tebibits*1024^1 = Gibibits",
"GB":"Tebibits*1024^4 / 8*1000^3 = GigaBytes",
"GiB":"Tebibits*1024^1 / 8 = GibiBytes",
"Tb":"Tebibits*1024^4 / 1000^4 = Terabits",
"Tib":false,
"TB":"Tebibits*1024^4 / 8*1000^4 = TeraBytes",
"TiB":"Tebibits / 8 = TebiBytes",
"Pb":"Tebibits*1024^4 / 1000^5 = Petabits",
"Pib":"Tebibits / 1024^1 = Pebibits",
"PB":"Tebibits*1024^4 / 8*1000^5 = PetaBytes",
"PiB":"Tebibits / 8*1024^1 = PebiBytes"
},
"TB":{
"b":"TeraBytes*8*1000^4 = bits",
"B":"TeraBytes*1000^4 = Bytes",
"Kb":"TeraBytes*8*1000^3 = Kilobits",
"Kib":"TeraBytes*8*1000^4 / 1024^1 = Kibibits",
"KB":"TeraBytes*1000^3 = KiloBytes",
"KiB":"TeraBytes*1000^4 / 1024^1 = KibiBytes",
"Mb":"TeraBytes*8*1000^2 = Megabits",
"Mib":"TeraBytes*8*1000^4 / 1024^2 = Mebibits",
"MB":"TeraBytes*1000^2 = MegaBytes",
"MiB":"TeraBytes*1000^4 / 1024^2 = MebiBytes",
"Gb":"TeraBytes*8*1000^1 = Gigabits",
"Gib":"TeraBytes*8*1000^4 / 1024^3 = Gibibits",
"GB":"TeraBytes*1000^1 = GigaBytes",
"GiB":"TeraBytes*1000^4 / 1024^3 = GibiBytes",
"Tb":"TeraBytes*8 = Terabits",
"Tib":"TeraBytes*8*1000^4 / 1024^4 = Tebibits",
"TB":false,
"TiB":"TeraBytes*1000^4 / 1024^4 = TebiBytes",
"Pb":"TeraBytes*8 / 1000^1 = Petabits",
"Pib":"TeraBytes*8*1000^4 / 1024^5 = Pebibits",
"PB":"TeraBytes / 1000^1 = PetaBytes",
"PiB":"TeraBytes*1000^4 / 1024^5 = PebiBytes"
},
"TiB":{
"b":"TebiBytes*8*1024^4 = bits",
"B":"TebiBytes*1024^4 = Bytes",
"Kb":"TebiBytes*8*1024^4 / 1000^1 = Kilobits",
"Kib":"TebiBytes*8*1024^3 = Kibibits",
"KB":"TebiBytes*1024^4 / 1000^1 = KiloBytes",
"KiB":"TebiBytes*1024^3 = KibiBytes",
"Mb":"TebiBytes*8*1024^4 / 1000^2 = Megabits",
"Mib":"TebiBytes*8*1024^2 = Mebibits",
"MB":"TebiBytes*1024^4 / 1000^2 = MegaBytes",
"MiB":"TebiBytes*1024^2 = MebiBytes",
"Gb":"TebiBytes*8*1024^4 / 1000^3 = Gigabits",
"Gib":"TebiBytes*8*1024^1 = Gibibits",
"GB":"TebiBytes*1024^4 / 1000^3 = GigaBytes",
"GiB":"TebiBytes*1024^1 = GibiBytes",
"Tb":"TebiBytes*8*1024^4 / 1000^4 = Terabits",
"Tib":"TebiBytes*8 = Tebibits",
"TB":"TebiBytes*1024^4 / 1000^4 = TeraBytes",
"TiB":false,
"Pb":"TebiBytes*8*1024^4 / 1000^5 = Petabits",
"Pib":"TebiBytes*8 / 1024^1 = Pebibits",
"PB":"TebiBytes*1024^4 / 1000^5 = PetaBytes",
"PiB":"TebiBytes / 1024^1 = PebiBytes"
},
"Pb":{
"b":"Petabits*1000^5 = bits",
"B":"Petabits*1000^5 / 8 = Bytes",
"Kb":"Petabits*1000^4 = Kilobits",
"Kib":"Petabits*1000^5 / 1024^1 = Kibibits",
"KB":"Petabits*1000^4 / 8 = KiloBytes",
"KiB":"Petabits*1000^5 / 8*1024^1 = KibiBytes",
"Mb":"Petabits*1000^3 = Megabits",
"Mib":"Petabits*1000^5 / 1024^2 = Mebibits",
"MB":"Petabits*1000^3 / 8 = MegaBytes",
"MiB":"Petabits*1000^5 / 8*1024^2 = MebiBytes",
"Gb":"Petabits*1000^2 = Gigabits",
"Gib":"Petabits*1000^5 / 1024^3 = Gibibits",
"GB":"Petabits*1000^2 / 8 = GigaBytes",
"GiB":"Petabits*1000^5 / 8*1024^3 = GibiBytes",
"Tb":"Petabits*1000^1 = Terabits",
"Tib":"Petabits*1000^5 / 1024^4 = Tebibits",
"TB":"Petabits*1000^1 / 8 = TeraBytes",
"TiB":"Petabits*1000^5 / 8*1024^4 = TebiBytes",
"Pb":false,
"Pib":"Petabits*1000^5 / 1024^5 = Pebibits",
"PB":"Petabits / 8 = PetaBytes",
"PiB":"Petabits*1000^5 / 8*1024^5 = PebiBytes"
},
"Pib":{
"b":"Pebibits*1024^5 = bits",
"B":"Pebibits*1024^5 / 8 = Bytes",
"Kb":"Pebibits*1024^5 / 1000^1 = Kilobits",
"Kib":"Pebibits*1024^4 = Kibibits",
"KB":"Pebibits*1024^5 / 8*1000^1 = KiloBytes",
"KiB":"Pebibits*1024^4 / 8 = KibiBytes",
"Mb":"Pebibits*1024^5 / 1000^2 = Megabits",
"Mib":"Pebibits*1024^3 = Mebibits",
"MB":"Pebibits*1024^5 / 8*1000^2 = MegaBytes",
"MiB":"Pebibits*1024^3 / 8 = MebiBytes",
"Gb":"Pebibits*1024^5 / 1000^3 = Gigabits",
"Gib":"Pebibits*1024^2 = Gibibits",
"GB":"Pebibits*1024^5 / 8*1000^3 = GigaBytes",
"GiB":"Pebibits*1024^2 / 8 = GibiBytes",
"Tb":"Pebibits*1024^5 / 1000^4 = Terabits",
"Tib":"Pebibits*1024^1 = Tebibits",
"TB":"Pebibits*1024^5 / 8*1000^4 = TeraBytes",
"TiB":"Pebibits*1024^1 / 8 = TebiBytes",
"Pb":"Pebibits*1024^5 / 1000^5 = Petabits",
"Pib":false,
"PB":"Pebibits*1024^5 / 8*1000^5 = PetaBytes",
"PiB":"Pebibits / 8 = PebiBytes"
},
"PB":{
"b":"PetaBytes*8*1000^5 = bits",
"B":"PetaBytes*1000^5 = Bytes",
"Kb":"PetaBytes*8*1000^4 = Kilobits",
"Kib":"PetaBytes*8*1000^5 / 1024^1 = Kibibits",
"KB":"PetaBytes*1000^4 = KiloBytes",
"KiB":"PetaBytes*1000^5 / 1024^1 = KibiBytes",
"Mb":"PetaBytes*8*1000^3 = Megabits",
"Mib":"PetaBytes*8*1000^5 / 1024^2 = Mebibits",
"MB":"PetaBytes*1000^3 = MegaBytes",
"MiB":"PetaBytes*1000^5 / 1024^2 = MebiBytes",
"Gb":"PetaBytes*8*1000^2 = Gigabits",
"Gib":"PetaBytes*8*1000^5 / 1024^3 = Gibibits",
"GB":"PetaBytes*1000^2 = GigaBytes",
"GiB":"PetaBytes*1000^5 / 1024^3 = GibiBytes",
"Tb":"PetaBytes*8*1000^1 = Terabits",
"Tib":"PetaBytes*8*1000^5 / 1024^4 = Tebibits",
"TB":"PetaBytes*1000^1 = TeraBytes",
"TiB":"PetaBytes*1000^5 / 1024^4 = TebiBytes",
"Pb":"PetaBytes*8 = Petabits",
"Pib":"PetaBytes*8*1000^5 / 1024^5 = Pebibits",
"PB":false,
"PiB":"PetaBytes*1000^5 / 1024^5 = PebiBytes"
},
"PiB":{
"b":"PebiBytes*8*1024^5 = bits",
"B":"PebiBytes*1024^5 = Bytes",
"Kb":"PebiBytes*8*1024^5 / 1000^1 = Kilobits",
"Kib":"PebiBytes*8*1024^4 = Kibibits",
"KB":"PebiBytes*1024^5 / 1000^1 = KiloBytes",
"KiB":"PebiBytes*1024^4 = KibiBytes",
"Mb":"PebiBytes*8*1024^5 / 1000^2 = Megabits",
"Mib":"PebiBytes*8*1024^3 = Mebibits",
"MB":"PebiBytes*1024^5 / 1000^2 = MegaBytes",
"MiB":"PebiBytes*1024^3 = MebiBytes",
"Gb":"PebiBytes*8*1024^5 / 1000^3 = Gigabits",
"Gib":"PebiBytes*8*1024^2 = Gibibits",
"GB":"PebiBytes*1024^5 / 1000^3 = GigaBytes",
"GiB":"PebiBytes*1024^2 = GibiBytes",
"Tb":"PebiBytes*8*1024^5 / 1000^4 = Terabits",
"Tib":"PebiBytes*8*1024^1 = Tebibits",
"TB":"PebiBytes*1024^5 / 1000^4 = TeraBytes",
"TiB":"PebiBytes*1024^1 = TebiBytes",
"Pb":"PebiBytes*8*1024^5 / 1000^5 = Petabits",
"Pib":"PebiBytes*8 = Pebibits",
"PB":"PebiBytes*1024^5 / 1000^5 = PetaBytes",
"PiB":false
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment