The order of magnitude of data may be specified in strictly standards-conformant units of information and multiples of the bit and byte with decimal scaling, or using historically common usages of a few multiplier prefixes in a binary interpretation which has been common in computing until new binary prefixes were defined in the 1990s.
Units of measure
The byte has been a commonly used unit of measure for much of the information age to refer to a number of bits. In the early days of computing, it was used for differing numbers of bits based on convention and computer hardware design, but today means 8 bits. A more accurate, but less commonly used name for 8 bits is octet.
Commonly, a decimal SI metric prefix (such as kilo-) is used with bit and byte to express larger sizes (kilobit, kilobyte). But, this is usually inaccurate since these prefixes are decimal, whereas binary hardware size is usually binary. Customarily, each metric prefix, 1000<sup>n</sup>, is used to mean a close approximation of a binary multiple, 1024<sup>n</sup>. Often, this distinction is implicit, and therefore, use of metric prefixes can lead to confusion. The IEC binary prefixes (such as kibi-) allow for accurate description of hardware sizes, but are not commonly used.
Entropy
This page references two kinds of entropy which are not entirely equivalent. For comparison, the Avogadro constant is entities per mole, based upon the number of atoms in 12 grams of carbon-12 isotope. See Entropy in thermodynamics and information theory.
- Entropy (information theory), such as the amount of information that can be stored in DNA
- Entropy (thermodynamics), such as entropy increase of 1 mole of water
List
<!--
While it would be possible to code this table with rowspan/colspan and simplify markup,
this creates enormous individual cells, which breaks the PDF rendering. The below is the equivalent of rowspan/colspan, but using invisible borders. If you have questions, ask them at Help:Books/Feedback
-->
{| class="wikitable"
|- valign="top"
! colspan=2 | Binary (bits)
! colspan=2 | Decimal
! rowspan=2 | Item
|- valign="top"
! Factor
! Term
! Factor
! Term
|- valign="top"
|style="border-bottom:0px;"| 2<sup>−1</sup>
|style="border-bottom:0px;"|
|style="border-bottom:0px;"| 10<sup>−1</sup>
|style="border-bottom:0px;"|
| 0.415 bits (log<sub>2</sub> 4/3) – amount of information needed to eliminate one option out of four.
|- valign="top"
|style="border-top:0px; border-bottom:0px;"|
|style="border-top:0px; border-bottom:0px;"|
|style="border-top:0px; border-bottom:0px;"|
|style="border-top:0px; border-bottom:0px;"|
| 0.6–1.3 bits – approximate information per letter of English text.
|- valign="top"
|style="border-bottom:0px;"| 2<sup>0</sup>
|style="border-bottom:0px;"| bit
|style="border-bottom:0px;"| 10<sup>0</sup>
|style="border-bottom:0px;"| bit
| 1 bit – 0 or 1, false or true, Low or High (a.k.a. unibit)
<!-- The unit of entropy has been changed to "shannon" by the ISO standard. The amount "1.5"
is an approximated value.
- 1.5 bit – average information entropy per character in English text.
-->
|- valign="top"
|style="border-top:0px; border-bottom:0px;"|
|style="border-top:0px; border-bottom:0px;"|
|style="border-top:0px; border-bottom:0px;"|
|style="border-top:0px; border-bottom:0px;"|
| 1.442695 bits (log<sub>2</sub> e) – approximate size of a nat (a unit of information based on natural logarithms)
|- valign="top"
|style="border-top:0px; border-bottom:0px;"|
|style="border-top:0px; border-bottom:0px;"|
|style="border-top:0px; border-bottom:0px;"|
|style="border-top:0px; border-bottom:0px;"|
| 1.5849625 bits (log<sub>2</sub> 3) – approximate size of a trit (a base-3 digit)
|- valign="top"
|style="border-bottom:0px;"| 2<sup>1</sup>
|style="border-top:0px; border-bottom:0px;"|
|style="border-top:0px; border-bottom:0px;"|
|style="border-top:0px; border-bottom:0px;"|
| 2 bits – a crumb (a.k.a. dibit) enough to uniquely identify one base pair of DNA
|- valign="top"
|style="border-top:0px; border-bottom:0px;"|
|style="border-top:0px; border-bottom:0px;"|
|style="border-top:0px; border-bottom:0px;"|
|style="border-top:0px; border-bottom:0px;"|
| 3 bits – a triad(e), (a.k.a. tribit) the size of an octal digit
|- valign="top"
|style="border-bottom:0px;"| 2<sup>2</sup>
|style="border-bottom:0px;"| nibble<!-- actually, nibble is not always 4-bit, so perhaps add a footnote? -->
|style="border-top:0px; border-bottom:0px;"|
|style="border-top:0px; border-bottom:0px;"|
| 4 bits – (a.k.a. tetrad(e), nibble, quadbit, semioctet, or halfbyte) the size of a hexadecimal digit; decimal digits in binary-coded decimal form
|- valign="top"
|style="border-top:0px; border-bottom:0px;"|
|style="border-top:0px; border-bottom:0px;"|
|style="border-top:0px; border-bottom:0px;"|
|style="border-top:0px; border-bottom:0px;"|
| 5 bits – the size of code points in the Baudot code, used in telex communication (a.k.a. pentad)
|- valign="top"
|style="border-top:0px; border-bottom:0px;"|
|style="border-top:0px; border-bottom:0px;"|
|style="border-top:0px; border-bottom:0px;"|
|style="border-top:0px; border-bottom:0px;"|
| 6 bits – the size of code points in Univac Fieldata, in IBM "BCD" format, and in Braille. Enough to uniquely identify one codon of genetic code. The size of code points in Base64; thus, often the entropy per character in a randomly-generated password.
|- valign="top"
|style="border-top:0px; border-bottom:0px;"|
|style="border-top:0px; border-bottom:0px;"|
|style="border-top:0px; border-bottom:0px;"|
|style="border-top:0px; border-bottom:0px;"|
| 7 bits – the size of code points in the ASCII character set
– minimum length to store 2 decimal digits<br />
|- valign="top"
|style="border-bottom:0px;"| 2<sup>3</sup>
|style="border-bottom:0px;"| byte (B)<!-- actually, byte is not always 8-bit, so perhaps add a footnote? -->
|style="border-top:0px; border-bottom:0px;"|
|style="border-top:0px; border-bottom:0px;"|
| 8 bits – (a.k.a. octet or octad(e)) on many computer architectures.
– equivalent to 1 "word" on 8-bit computers (Apple II, Atari 8-bit computers, Commodore 64, etc.).<br />
– the "word size" for 8-bit console systems including: Atari 2600, Nintendo Entertainment System
|- valign="top"
|style="border-top:0px; border-bottom:0px;"|
|style="border-top:0px; border-bottom:0px;"|
|style="border-bottom:0px;"| 10<sup>1</sup>
|style="border-bottom:0px;"| decabit
| 10 bits<br />
– minimum bit length to store a single byte with error-correcting computer memory<br />
– minimum frame length to transmit a single byte with asynchronous serial protocols
|- valign="top"
|style="border-top:0px; border-bottom:0px;"|
|style="border-top:0px; border-bottom:0px;"|
|style="border-top:0px; border-bottom:0px;"|
|style="border-top:0px; border-bottom:0px;"|
| 12 bits – wordlength of the PDP-8 of Digital Equipment Corporation (built from 1965 to 1990)
|- valign="top"
|style="border-bottom:0px;"| 2<sup>4</sup>
|style="border-top:0px; border-bottom:0px;"|
|style="border-top:0px; border-bottom:0px;"|
|style="border-top:0px; border-bottom:0px;"|
| 16 bits<br />
– the Basic Multilingual Plane of Unicode, containing character codings for almost all modern languages, and a large number of symbols<br />
– the basic unit in UTF-16; the full Universal Character Set (Unicode) can be encoded in one or two of these<br />
– commonly used in many programming languages, the size of an integer capable of holding 65,536 different values<br />
– equivalent to 1 "word" on 16-bit computers (IBM PC, Commodore Amiga)<br />
– the "word size" for 16-bit console systems including: Sega Genesis, Super Nintendo, Mattel Intellivision
|- valign="top"
|style="border-bottom:0px;"| 2<sup>5</sup>
|style="border-top:50px; border-bottom:0px;"|
|style="border-top:0px; border-bottom:0px;"|
|style="border-top:0px; border-bottom:0px;"|
| 32 bits (4 bytes)<br />
– size of an integer capable of holding 4,294,967,296 different values<br />
– size of an IEEE 754 single-precision floating point number<br />
– size of addresses in IPv4, the current Internet Protocol<br />
– equivalent to 1 "word" on 32-bit processors, including those for the Apple Macintosh, Pentium-based PC, PlayStation, GameCube, Xbox, Wii
|- valign="top"
|style="border-top:0px; border-bottom:0px;"|
|style="border-top:0px; border-bottom:0px;"|
|style="border-top:0px; border-bottom:0px;"|
|style="border-top:0px; border-bottom:0px;"|
| 36 bits – size of word on Univac 1100-series computers and Digital Equipment Corporation's PDP-10
|- valign="top"
|style="border-top:0px; border-bottom:0px;"|
|style="border-top:0px; border-bottom:0px;"|
|style="border-top:0px; border-bottom:0px;"|
|style="border-top:0px; border-bottom:0px;"|
| 56 bits (7 bytes) – cipher strength of the DES encryption standard
|- valign="top"
|style="border-bottom:0px;"| 2<sup>6</sup>
|style="border-top:0px; border-bottom:0px;"|
|style="border-top:0px; border-bottom:0px;"|
|style="border-top:0px; border-bottom:0px;"|
| 64 bits (8 bytes)<br />
– size of an integer capable of holding 18,446,744,073,709,551,616 different values<br />
– size of an IEEE 754 double-precision floating point number<br />
– equivalent to 1 "word" on 64-bit computers (Power, PA-RISC, Alpha, Itanium, SPARC, x86-64 PCs and Macintoshes).<br />
– the "word size" for 64-bit console systems including: Nintendo 64, PlayStation 2, PlayStation 3, Xbox 360
|- valign="top"
|style="border-top:0px; border-bottom:0px;"|
|style="border-top:0px; border-bottom:0px;"|
|style="border-top:0px; border-bottom:0px;"|
|style="border-top:0px; border-bottom:0px;"|
| 80 bits (10 bytes) – size of an extended precision floating point number, for intermediate calculations that can be performed in floating point units of most processors of the x86 family.
|- valign="top"
|style="border-top:0px; border-bottom:0px;"|
|style="border-top:0px; border-bottom:0px;"|
|style="border-bottom:0px;"| 10<sup>2</sup>
|style="border-bottom:0px;"| hectobit
| 100 bits
|- valign="top"
|style="border-bottom:0px;"| 2<sup>7</sup>
|style="border-top:0px; border-bottom:0px;"|
|style="border-top:0px; border-bottom:0px;"|
|style="border-top:0px; border-bottom:0px;"|
| 128 bits (16 bytes)<br />
– size of addresses in IPv6, the successor protocol of IPv4<br />
– minimum cipher strength of the Rijndael and AES encryption standards, and of the widely used MD5 cryptographic message digest algorithm<br />
– size of an SSE vector register, included as part of the x86-64 standard
|- valign="top"
|style="border-top:0px; border-bottom:0px;"|
|style="border-top:0px; border-bottom:0px;"|
|style="border-top:0px; border-bottom:0px;"|
|style="border-top:0px; border-bottom:0px;"|
| 160 bits (20 bytes) – maximum key length of the SHA-1, standard Tiger (hash function), and Tiger2 cryptographic message digest algorithms
|- valign="top"
|style="border-bottom:0px;"| 2<sup>8</sup>
|style="border-top:0px; border-bottom:0px;"|
|style="border-top:0px; border-bottom:0px;"|
|style="border-top:0px; border-bottom:0px;"|
| 256 bits (32 bytes)<br />
– minimum key length for the recommended strong cryptographic message digests <br />
– size of an AVX2 vector register, present on newer x86-64 CPUs
|- valign="top"
|style="border-bottom:0px;"| 2<sup>9</sup>
|style="border-top:0px; border-bottom:0px;"|
|style="border-top:0px; border-bottom:0px;"|
|style="border-top:0px; border-bottom:0px;"|
| 512 bits (64 bytes)<br />
– maximum key length for the standard strong cryptographic message digests in 2004<br />
– size of an AVX-512 vector register, present on some x86-64 CPUs
|- valign="top"
|style="border-top:0px; border-bottom:0px;"|
|style="border-top:0px; border-bottom:0px;"|
|style="border-bottom:0px;"| 10<sup>3</sup>
|style="border-bottom:0px;"| kilobit<br />(kbit)
| 1,000 bits (125 bytes)
|- valign="top"
|style="border-bottom:0px;"| 2<sup>10</sup>
|style="border-bottom:0px;"| kibibit<br />(Kibit)
|style="border-top:0px; border-bottom:0px;"|
|style="border-top:0px; border-bottom:0px;"|
| 1,024 bits (128 bytes) - RAM capacity of the Atari 2600
|- valign="top"
|style="border-top:0px; border-bottom:0px;"|
|style="border-top:0px; border-bottom:0px;"|
|style="border-top:0px; border-bottom:0px;"|
|style="border-top:0px; border-bottom:0px;"|
| 1,288 bits (161 bytes) – approximate maximum capacity of a standard magnetic stripe card
|- valign="top"
|style="border-bottom:0px;"| 2<sup>11</sup>
|style="border-top:0px; border-bottom:0px;"|
|style="border-top:0px; border-bottom:0px;"|
|style="border-top:0px; border-bottom:0px;"|
| 2,048 bits (256 bytes) – RAM capacity of the stock Altair 8800
|- valign="top"
|style="border-bottom:0px;"| 2<sup>12</sup>
|style="border-top:0px; border-bottom:0px;"|
|style="border-top:0px; border-bottom:0px;"|
|style="border-top:0px; border-bottom:0px;"|
| 4,096 bits (512 bytes)
– typical sector size, and minimum space allocation unit on computer storage volumes, with most file systems<br />
– approximate amount of information on a sheet of single-spaced typewritten paper (without formatting)<br />
|- valign="top"
|style="border-top:0px; border-bottom:0px;"|
|style="border-top:0px; border-bottom:0px;"|
|style="border-top:0px; border-bottom:0px;"|
|style="border-top:0px; border-bottom:0px;"|
| 4,704 bits (588 bytes) – uncompressed single-channel frame length in standard MPEG audio (75 frames per second and per channel), with medium quality 8-bit sampling at 44,100 Hz (or 16-bit sampling at 22,050 Hz)
|- valign="top"
|style="border-top:0px; border-bottom:0px;"|
|style="border-top:0px; border-bottom:0px;"|
|style="border-top:0px; border-bottom:0px;"|
|style="border-bottom:0px;"| kilobyte<br />(kB, KB)
| 8,000 bits (1,000 bytes)
|- valign="top"
|style="border-bottom:0px;"| 2<sup>13</sup>
|style="border-bottom:0px;"| kibibyte<br />(KiB)
|style="border-top:0px; border-bottom:0px;"|
|style="border-top:0px; border-bottom:0px;"|
| 8,192 bits (1,024 bytes) – RAM capacity of a ZX81 and a ZX80.
|- valign="top"
|style="border-top:0px; border-bottom:0px;"|
|style="border-top:0px; border-bottom:0px;"|
|style="border-top:0px; border-bottom:0px;"|
|style="border-top:0px; border-bottom:0px;"|
| 9,408 bits (1,176 bytes) – uncompressed single-channel frame length in standard MPEG audio (75 frames per second and per channel), with standard 16-bit sampling at 44,100 Hz
|- valign="top"
|style="border-top:0px; border-bottom:0px;"|
|style="border-top:0px; border-bottom:0px;"|
|style="border-bottom:0px;"| 10<sup>4</sup>
|style="border-top:0px; border-bottom:0px;"|
| 15,360 bits – one screen of data displayed on an 8-bit monochrome text console (80x24)
|- valign="top"
|style="border-bottom:0px;"| 2<sup>14</sup>
|style="border-top:0px; border-bottom:0px;"|
|style="border-top:0px; border-bottom:0px;"|
|style="border-top:0px; border-bottom:0px;"|
| 16,384 bits (2 kibibytes) – one page of typed text,
|- valign="top"
|style="border-top:0px; border-bottom:0px;"|
|style="border-top:0px; border-bottom:0px;"|
|style="border-top:0px; border-bottom:0px;"|
|style="border-top:0px; border-bottom:0px;"|
| – In 1985 a harddisk cost US$710, .
|- valign="top"
|style="border-top:0px; border-bottom:0px;"|
|style="border-top:0px; border-bottom:0px;"|
|style="border-top:0px; border-bottom:0px;"|
|style="border-top:0px; border-bottom:0px;"|
| 98,304,000 bits – capacity of a high-resolution computer monitor as of 2011,
|- valign="top"
|style="border-top:0px; border-bottom:0px;"|
|style="border-top:0px; border-bottom:0px;"|
|style="border-top:0px; border-bottom:0px;"|
|style="border-top:0px; border-bottom:0px;"|
| 50 – 100 megabits – amount of information in a typical phone book
|- valign="top"
|style="border-bottom:0px;"| 2<sup>26</sup>
|style="border-top:0px; border-bottom:0px;"|
|style="border-bottom:0px;"| 10<sup>8</sup>
|style="border-top:0px; border-bottom:0px;"|
| 67,108,864 bit (8 mebibytes)
|- valign="top"
|style="border-bottom:0px;"| 2<sup>27</sup>
|style="border-top:0px; border-bottom:0px;"|
|style="border-top:0px; border-bottom:0px;"|
|style="border-top:0px; border-bottom:0px;"|
| 134,217,728 bits (16 mebibytes)
|- valign="top"
|style="border-top:0px; border-bottom:0px;"|
|style="border-top:0px; border-bottom:0px;"|
|style="border-top:0px; border-bottom:0px;"|
|style="border-top:0px; border-bottom:0px;"|
| 150 megabits – amount of data in a large foldout map
|- valign="top"
|style="border-bottom:0px;"| 2<sup>28</sup>
|style="border-top:0px; border-bottom:0px;"|
|style="border-top:0px; border-bottom:0px;"|
|style="border-top:0px; border-bottom:0px;"|
| 268,435,456 bits (32 mebibytes)
|- valign="top"
|style="border-top:0px; border-bottom:0px;"|
|style="border-top:0px; border-bottom:0px;"|
|style="border-top:0px; border-bottom:0px;"|
|style="border-top:0px; border-bottom:0px;"|
| : In 1980 an hard disk cost US$4,199,
|- valign="top"
|style="border-top:0px; border-bottom:0px;"|
|style="border-top:0px; border-bottom:0px;"|
|style="border-top:0px; border-bottom:0px;"|
|style="border-bottom:0px;"| gigabyte<br />(GB)
| (1,000 megabytes) – In 1995 a harddisk cost US$849,
|- valign="top"
|style="border-top:0px; border-bottom:0px;"|
|style="border-top:0px; border-bottom:0px;"|
|style="border-top:0px; border-bottom:0px;"|
|style="border-top:0px; border-bottom:0px;"|
| 1.5 bits (18.75 terabytes)
|- valign="top"
| rowspan="2" style="border-bottom:0px;" | 2<sup>48</sup>
| rowspan="2" style="border-top:0px; border-bottom:0px;" |
| rowspan="2" style="border-top:0px; border-bottom:0px;" |
| rowspan="2" style="border-top:0px; border-bottom:0px;" |
| 281,474,976,710,656 bits (32 tebibytes)
|-
|(approximately) 4 bits – as of 2022, data of π to the largest number of decimal digits ever calculated (1).
|- valign="top"
|style="border-bottom:0px;"| 2<sup>49</sup>
|style="border-top:0px; border-bottom:0px;"|
|style="border-top:0px; border-bottom:0px;"|
|style="border-top:0px; border-bottom:0px;"|
| 562,949,953,421,312 bits (64 tebibytes)
|- valign="top"
|style="border-top:0px; border-bottom:0px;"|
|style="border-top:0px; border-bottom:0px;"|
|style="border-bottom:0px;"| 10<sup>15</sup>
|style="border-bottom:0px;"| petabit<br />(Pbit)
| 1,000,000,000,000,000 bits
|- valign="top"
|style="border-bottom:0px;"| 2<sup>50</sup>
|style="border-bottom:0px;"| pebibit<br />(Pibit)
|style="border-top:0px; border-bottom:0px;"|
|style="border-top:0px; border-bottom:0px;"|
| 1,125,899,906,842,624 bits (128 tebibytes)
|- valign="top"
|style="border-bottom:0px;"| 2<sup>51</sup>
|style="border-top:0px; border-bottom:0px;"|
|style="border-top:0px; border-bottom:0px;"|
|style="border-top:0px; border-bottom:0px;"|
| 2,251,799,813,685,248 bits (256 tebibytes)
|- valign="top"
|style="border-bottom:0px;"| 2<sup>52</sup>
|style="border-top:0px; border-bottom:0px;"|
|style="border-top:0px; border-bottom:0px;"|
|style="border-top:0px; border-bottom:0px;"|
| 4,503,599,627,370,496 bits (512 tebibytes)
|- valign="top"
|style="border-top:0px; border-bottom:0px;"|
|style="border-top:0px; border-bottom:0px;"|
|style="border-top:0px; border-bottom:0px;"|
| rowspan="15" style="border-bottom:0px;" | petabyte<br />(PB)
| 8,000,000,000,000,000 bits (1,000 terabytes)
|- valign="top"
|style="border-bottom:0px;"| 2<sup>53</sup>
| rowspan="15" style="border-bottom:0px;" | pebibyte<br />(PiB)
|style="border-top:0px; border-bottom:0px;"|
| 9,007,199,254,740,992 bits (1,024 tebibytes)
|- valign="top"
|style="border-top:0px; border-bottom:0px;"|
| rowspan="7" style="border-bottom:0px;" | 10<sup>16</sup>
| 10,000,000,000,000,000 bits
|- valign="top"
|style="border-bottom:0px;"| 2<sup>54</sup>
| 18,014,398,509,481,984 bits (2 pebibytes)
|- valign="top"
|style="border-bottom:0px;"| 2<sup>55</sup>
| 36,028,797,018,963,968 bits (4 pebibytes) – theoretical maximum of addressable physical memory in the AMD64 architecture
|- valign="top"
|style="border-top:0px; border-bottom:0px;"|
| 4.5 bits (5.625 petabytes) – estimated hard drive space in Google's server farm
|- valign="top"
| rowspan="4" style="border-bottom:0px;" | 2<sup>56</sup>
| 72,057,594,037,927,936 bits (8 pebibytes)
|- valign="top"
| 10 petabytes (10<sup>16</sup> bytes) – estimated approximate size of the Library of Congress's collection, including non-book materials, as of 2005. Size of the Internet Archive topped 10 PB in October 2013
|- valign="top"
|10.31 petabytes – total amount of printed material published in China in 2016
|- valign="top"
| style="border-bottom:0px;" | 10<sup>17</sup>
| 100,000,000,000,000,000 bits
|- valign="top"
| style="border-bottom:0px;" | 2<sup>57</sup>
| style="border-top:0px; border-bottom:0px;" |
| 144,115,188,075,855,872 bits (16 pebibytes)
|- valign="top"
| style="border-top:0px; border-bottom:0px;" |
| style="border-top:0px; border-bottom:0px;" |
| 2 bits (25 petabytes) – Storage space of Megaupload file-hosting service at the time it was shut down in 2012
|- valign="top"
| style="border-bottom:0px;" | 2<sup>58</sup>
| style="border-top:0px; border-bottom:0px;" |
| 288,230,376,151,711,744 bits (32 pebibytes)
|- valign="top"
| style="border-bottom:0px;" | 2<sup>59</sup>
| style="border-top:0px; border-bottom:0px;" |
| 576,460,752,303,423,488 bits (64 pebibytes)
|- valign="top"
| style="border-top:0px; border-bottom:0px;" |
| style="border-top:0px; border-bottom:0px;" |
| 8 , the storage capacity of the fictional Star Trek character Data
|- valign="top"
| style="border-top:0px; border-bottom:0px;" |
| style="border-bottom:0px;" | 10<sup>18</sup>
| style="border-bottom:0px;" | exabit<br />(Ebit)
| 1,000,000,000,000,000,000 bits
|- valign="top"
|style="border-bottom:0px;"| 2<sup>60</sup>
|style="border-bottom:0px;"| exbibit<br />(Eibit)
|style="border-top:0px; border-bottom:0px;"|
|style="border-top:0px; border-bottom:0px;"|
| (128 pebibytes). The storage limit using the 48-bit LBA ATA-6 standard introduced in 2002.
|- valign="top"
|style="border-top:0px; border-bottom:0px;"|
|style="border-top:0px; border-bottom:0px;"|
|style="border-top:0px; border-bottom:0px;"|
|style="border-top:0px; border-bottom:0px;"|
| 2 bits (250 petabytes) – storage space at Facebook data warehouse as of June 2013, growing at a rate of 15 PB/month.
|- valign="top"
|style="border-bottom:0px;"| 2<sup>61</sup>
|style="border-top:0px; border-bottom:0px;"|
|style="border-top:0px; border-bottom:0px;"|
|style="border-top:0px; border-bottom:0px;"|
| 2,305,843,009,213,693,952 bits (256 pebibytes)
|- valign="top"
|style="border-top:0px; border-bottom:0px;"|
|style="border-top:0px; border-bottom:0px;"|
|style="border-top:0px; border-bottom:0px;"|
|style="border-top:0px; border-bottom:0px;"|
| 2.4 bits (300 petabytes) – storage space at Facebook data warehouse as of April 2014, growing at a rate of 0.6 PB/day.
|- valign="top"
|style="border-bottom:0px;"| 2<sup>62</sup>
|style="border-top:0px; border-bottom:0px;"|
|style="border-top:0px; border-bottom:0px;"|
|style="border-top:0px; border-bottom:0px;"|
| 4,611,686,018,427,387,904 bits (512 pebibytes)
|- valign="top"
|style="border-top:0px; border-bottom:0px;"|
|style="border-top:0px; border-bottom:0px;"|
|style="border-top:0px; border-bottom:0px;"|
|style="border-bottom:0px;"| exabyte<br />(EB)
| 8,000,000,000,000,000,000 bits (1,000 petabytes)
|- valign="top"
|style="border-bottom:0px;"| 2<sup>63</sup>
|style="border-bottom:0px;"| exbibyte<br />(EiB)
|style="border-top:0px; border-bottom:0px;"|
|style="border-top:0px; border-bottom:0px;"|
| 9,223,372,036,854,775,808 bits (1,024 pebibytes)
|- valign="top"
|style="border-top:0px; border-bottom:0px;"|
|style="border-top:0px; border-bottom:0px;"|
|style="border-bottom:0px;"| 10<sup>19</sup>
|style="border-top:0px; border-bottom:0px;"|
| 10,000,000,000,000,000,000 bits
|- valign="top"
|style="border-bottom:0px;"| 2<sup>64</sup>
|style="border-top:0px; border-bottom:0px;"|
|style="border-top:0px; border-bottom:0px;"|
|style="border-top:0px; border-bottom:0px;"|
| 18,446,744,073,709,551,616 bits (2 exbibytes).
|- valign="top"
|style="border-bottom:0px;"| 2<sup>65</sup>
|style="border-top:0px; border-bottom:0px;"|
|style="border-top:0px; border-bottom:0px;"|
|style="border-top:0px; border-bottom:0px;"|
| 36,893,488,147,419,103,232 bits (4 exbibytes)
|- valign="top"
|style="border-top:0px; border-bottom:0px;"|
|style="border-top:0px; border-bottom:0px;"|
|style="border-top:0px; border-bottom:0px;"|
|style="border-top:0px; border-bottom:0px;"|
| 50,000,000,000,000,000,000 bits (50 exabit)
|- valign="top"
|style="border-bottom:0px;"| 2<sup>66</sup>
|style="border-top:0px; border-bottom:0px;"|
|style="border-top:0px; border-bottom:0px;"|
|style="border-top:0px; border-bottom:0px;"|
| 73,786,976,294,838,206,464 bits (8 exbibytes)
|- valign="top"
|style="border-top:0px; border-bottom:0px;"|
|style="border-top:0px; border-bottom:0px;"|
|style="border-bottom:0px;"| 10<sup>20</sup>
|style="border-top:0px; border-bottom:0px;"|
|
|- valign="top"
|style="border-top:0px; border-bottom:0px;"|
|style="border-top:0px; border-bottom:0px;"|
|style="border-top:0px; border-bottom:0px;"|
|style="border-top:0px; border-bottom:0px;"|
| 1.2 bits (15 exabytes) – estimated storage space at Google data warehouse as of 2013
|- valign="top"
|style="border-bottom:0px;"| 2<sup>67</sup>
|style="border-top:0px; border-bottom:0px;"|
|style="border-top:0px; border-bottom:0px;"|
|style="border-top:0px; border-bottom:0px;"|
| (16 exbibytes) – maximum addressable memory using 64-bit addresses without segmentation. Maximum file size for ZFS filesystem.
|- valign="top"
|style="border-bottom:0px;"| 2<sup>68</sup>
|style="border-top:0px; border-bottom:0px;"|
|style="border-top:0px; border-bottom:0px;"|
|style="border-top:0px; border-bottom:0px;"|
| 295,147,905,179,352,825,856 bits (32 exbibytes)
|- valign="top"
|style="border-top:0px; border-bottom:0px;"|
|style="border-top:0px; border-bottom:0px;"|
|style="border-top:0px; border-bottom:0px;"|
|style="border-top:0px; border-bottom:0px;"|
| 3.5 × 10<sup>20</sup> bits – increase in information capacity when of energy is added to a heat-bath at
|- valign="top"
|style="border-bottom:0px;"| 2<sup>69</sup>
|style="border-top:0px; border-bottom:0px;"|
|style="border-top:0px; border-bottom:0px;"|
|style="border-top:0px; border-bottom:0px;"|
| 590,295,810,358,705,651,712 bits (64 exbibytes)
|- valign="top"
|style="border-top:0px; border-bottom:0px;"|
|style="border-top:0px; border-bottom:0px;"|
|style="border-bottom:0px;"| 10<sup>21</sup>
|style="border-bottom:0px;"| zettabit<br />(Zbit)
| 1,000,000,000,000,000,000,000 bits
|- valign="top"
|style="border-bottom:0px;"| 2<sup>70</sup>
|style="border-bottom:0px;"| zebibit<br />(Zibit)
|style="border-top:0px; border-bottom:0px;"|
|style="border-top:0px; border-bottom:0px;"|
| 1,180,591,620,717,411,303,424 bits (128 exbibytes)
|- valign="top"
|style="border-bottom:0px;"| 2<sup>71</sup>
|style="border-top:0px; border-bottom:0px;"|
|style="border-top:0px; border-bottom:0px;"|
|style="border-top:0px; border-bottom:0px;"|
| 2,361,183,241,434,822,606,848 bits (256 exbibytes)
|- valign="top"
|style="border-top:0px; border-bottom:0px;"|
|style="border-top:0px; border-bottom:0px;"|
|style="border-top:0px; border-bottom:0px;"|
|style="border-top:0px; border-bottom:0px;"|
| 3.4 bits (0.36 zettabytes) – amount of information that can be stored in of DNA
|- valign="top"
|style="border-top:0px; border-bottom:0px;"|
|style="border-top:0px; border-bottom:0px;"|
|style="border-top:0px; border-bottom:0px;"|
|style="border-top:0px; border-bottom:0px;"|
| 4.7 bits (0.50 zettabytes) – amount of digitally stored information in the world as of May 2009
|- valign="top"
|style="border-top:0px; border-bottom:0px;"|
|style="border-top:0px; border-bottom:0px;"|
|style="border-top:0px; border-bottom:0px;"|
|style="border-top:0px; border-bottom:0px;"|
| 4.8 bits (0.61 zettabytes) – total hard drive capacity shipped in 2016
|- valign="top"
|style="border-bottom:0px;"| 2<sup>72</sup>
|style="border-top:0px; border-bottom:0px;"|
|style="border-top:0px; border-bottom:0px;"|
|style="border-top:0px; border-bottom:0px;"|
| 4,722,366,482,869,645,213,696 bits (512 exbibytes)
|- valign="top"
|style="border-top:0px; border-bottom:0px;"|
|style="border-top:0px; border-bottom:0px;"|
|style="border-top:0px; border-bottom:0px;"|
|style="border-bottom:0px;"| zettabyte<br />(ZB)
| 8,000,000,000,000,000,000,000 bits (1,000 exabytes)
|- valign="top"
|style="border-bottom:0px;"| 2<sup>73</sup>
|style="border-bottom:0px;"| zebibyte<br />(ZiB)
|style="border-top:0px; border-bottom:0px;"|
|style="border-top:0px; border-bottom:0px;"|
| 9,444,732,965,739,290,427,392 bits (1,024 exbibytes)
|- valign="top"
|style="border-top:0px; border-bottom:0px;"|
|style="border-top:0px; border-bottom:0px;"|
|style="border-bottom:0px;"| 10<sup>22</sup>
|style="border-top:0px; border-bottom:0px;"|
| 10,000,000,000,000,000,000,000 bits
|- valign="top"
|style="border-bottom:0px;"| 2<sup>76</sup>
|style="border-top:0px; border-bottom:0px;"|
|style="border-top:0px; border-bottom:0px;"|
|style="border-top:0px; border-bottom:0px;"|
| 2<sup>76</sup> bits – Maximum volume and file size in the Unix File System (UFS) and maximum disk capacity using the 64-bit LBA SCSI standard introduced in 2000 using 512-byte blocks.
|- valign="top"
|style="border-top:0px; border-bottom:0px;"|
|style="border-top:0px; border-bottom:0px;"|
|style="border-bottom:0px;"| 10<sup>23</sup>
|style="border-top:0px; border-bottom:0px;"|
| 1.0 bits – increase in information capacity when 1 joule of energy is added to a heat-bath at 1 K (−272.15 °C)
|- valign="top"
|style="border-bottom:0px;"| 2<sup>77</sup>
|style="border-top:0px; border-bottom:0px;"|
|style="border-top:0px; border-bottom:0px;"|
|style="border-top:0px; border-bottom:0px;"|
| 6.0 bits – information content of 1 mole (12.01 g) of graphite at 25 °C; equivalent to an average of 0.996 bits per atom.
|- valign="top"
|style="border-top:0px; border-bottom:0px;"|
|style="border-top:0px; border-bottom:0px;"|
|style="border-bottom:0px;"| 10<sup>24</sup>
|style="border-bottom:0px;"| yottabit<br />(Ybit)
| 1,000,000,000,000,000,000,000,000 bits
|- valign="top"
|style="border-top:0px; border-bottom:0px;"|
|style="border-top:0px; border-bottom:0px;"|
|style="border-top:0px; border-bottom:0px;"|
|style="border-top:0px; border-bottom:0px;"|
| 7.3 bits – information content of 1 mole (18.02 g) of liquid water at 25 °C; equivalent to an average of 12.14 bits per molecule.
|- valign="top"
|style="border-bottom:0px;"| 2<sup>80</sup>
|style="border-bottom:0px;"| yobibit<br />(Yibit)
|style="border-top:0px; border-bottom:0px;"|
|style="border-top:0px; border-bottom:0px;"|
| 1,208,925,819,614,629,174,706,176 bits (128 zebibytes)
|- valign="top"
|style="border-top:0px; border-bottom:0px;"|
|style="border-top:0px; border-bottom:0px;"|
|style="border-top:0px; border-bottom:0px;"|
|style="border-bottom:0px;"| yottabyte<br />(YB)
| 8,000,000,000,000,000,000,000,000 bits (1,000 zettabytes)
|- valign="top"
|style="border-bottom:0px;"| 2<sup>83</sup>
|style="border-bottom:0px;"| yobibyte<br />(YiB)
|style="border-top:0px; border-bottom:0px;"|
|style="border-top:0px; border-bottom:0px;"|
| 9,671,406,556,917,033,397,649,408 bits (1,024 zebibytes)
|- valign="top"
|style="border-top:0px; border-bottom:0px;"|
|style="border-top:0px; border-bottom:0px;"|
|style="border-bottom:0px;"| 10<sup>25</sup>
|style="border-top:0px; border-bottom:0px;"|
| 1.1 bits – entropy increase of of water, on vaporizing at at standard pressure; equivalent to an average of per molecule.
|- valign="top"
|style="border-top:0px; border-bottom:0px;"|
| rowspan="6" style="border-top:0px; border-bottom:0px;" |
|style="border-top:0px; border-bottom:0px;"|
|style="border-top:0px; border-bottom:0px;"|
| 1.5 bits – information content of 1 mole (20.18 g) of neon gas at 25 °C and 1 atm; equivalent to an average of 25.39 bits per atom.
|-
|2<sup>86</sup>
|10<sup>26</sup>
|
|
|-
|2<sup>89</sup>
| rowspan="2" |10<sup>27</sup>
|ronnabit<br />(Rbit)
|
|-
|2<sup>93</sup>
|ronnabyte<br />(RB)
|
|-
|2<sup>100</sup>
| rowspan="2" |10<sup>30</sup>
|quettabit<br />(Qbit)
|
|-
|2<sup>102</sup>
|quettabyte<br />(QB)
|
|- valign="top"
|colspan="5"| Beyond standardized SI / IEC (binary) prefixes
|-
|2<sup>127</sup>
| rowspan="7" |N/A
|10<sup>38</sup>
| rowspan="7" |N/A
|2<sup>127</sup> bits, 2<sup>124</sup> bytes – IBM Eagle
|-
|2<sup>131</sup>
|10<sup>39</sup>
|2<sup>131</sup> bits, 2<sup>128</sup> bytes – theoretical maximum volume size of the ZFS filesystem.
|- valign="top"
| 2<sup>150</sup>
| style="border-bottom:0px;" | 10<sup>42</sup>
| ~ 10<sup>42</sup> bits – the number of bits required to perfectly recreate the natural matter of the average-sized U.S. adult male human brain down to the quantum level on a computer is about 2.6 bits of information (see Bekenstein bound for the basis for this calculation).
|- valign="top"
| style="border-bottom:0px;" | 2<sup>193</sup>
| style="border-bottom:0px;" | 10<sup>58</sup>
|~ 10<sup>58</sup> bits – thermodynamic entropy of the sun (about 30 bits per proton, plus 10 bits per electron).
|- valign="top"
| style="border-bottom:0px;" | 2<sup>230</sup>
| style="border-bottom:0px;" | 10<sup>69</sup>
| ~ 10<sup>69</sup> bits – thermodynamic entropy of the Milky Way Galaxy (counting only the stars, not the black holes within the galaxy)
|- valign="top"
| style="border-bottom:0px;" | 2<sup>255</sup>
| style="border-bottom:0px;" | 10<sup>77</sup>
| 1.5 bits – information content of a one-solar-mass black hole.
|- valign="top"
| style="border-bottom:0px;" | 2<sup>305</sup>
| style="border-bottom:0px;" | 10<sup>90</sup>
| The information capacity of the observable universe, according to Seth Lloyd (not including gravitation)
|- valign="top"
|}
See also
- Data-rate units
- List of interface bit rates
- Orders of magnitude (entropy)
- Unit prefix#Unofficial prefixes
