Units
The bits is the basic unit of information in computing and digital communications. A bit can have a value of either 0 or 1, representing the two binary states.
The octet, commonly known as a byte, consists of 8 bits. It is the standard unit used to measure data storage and memory capacity in computers.
Units are often represented using 1000-based prefixes (SI prefixes) or 1024-based binary prefixes.
One exception is the KB (kilobyte) which is often used to represent 1024 bytes in computer science, despite being a 1000-based prefix (prefer not to use it).
SI Prefixes (1000-based)
Section titled “SI Prefixes (1000-based)”| Value | Power of 1000 | Metric | Name |
|---|---|---|---|
| kB | kilobyte | ||
| MB | megabyte | ||
| GB | gigabyte | ||
| TB | terabyte | ||
| PB | petabyte | ||
| EB | exabyte | ||
| ZB | zettabyte | ||
| YB | yottabyte | ||
| RB | ronnabyte | ||
| QB | quettabyte |
IEC Prefixes (1024-based)
Section titled “IEC Prefixes (1024-based)”| Value | Power of 1024 | IEC | Name |
|---|---|---|---|
| KiB | kibibyte | ||
| MiB | mebibyte | ||
| GiB | gibibyte | ||
| TiB | tebibyte | ||
| PiB | pebibyte | ||
| EiB | exbibyte | ||
| ZiB | zebibyte | ||
| YiB | yobibyte | ||
| RiB | robibyte | ||
| QiB | quebibyte |