Bit (b) - Unit Information & Conversion

Symbol:b
Plural:bits
Category:Data Storage

🔄 Quick Convert Bit

What is a Bit?

The bit (b) is the most basic unit of information in computing and digital communications. Short for "binary digit," a bit represents a logical state with one of two possible values: 0 or 1. These values can correspond to physical states like "off/on," "false/true," or "low/high voltage." All digital data—from the text you read to 4K video streams—is ultimately composed of vast sequences of bits. While storage is typically measured in bytes (groups of 8 bits), data transfer speeds (internet speed) are almost always measured in bits per second (bps). The concept of the bit is central to Information Theory, defined by Claude Shannon as the amount of information required to distinguish between two equally probable alternatives.

History of the Bit

The concept of binary numbers dates back to ancient civilizations, but the modern "bit" was born in the 20th century. Gottfried Wilhelm Leibniz formalized the binary number system in 1679, seeing deep philosophical significance in 0 and 1. George Boole developed Boolean algebra in 1847, providing the mathematical logic for binary operations. The term "bit" itself was coined by John W. Tukey at Bell Labs in 1947 as a contraction of "binary digit." However, it was Claude Shannon who immortalized the concept in his 1948 masterpiece "A Mathematical Theory of Communication." Shannon established the bit as the fundamental unit of entropy (information), quantifying the uncertainty in a message. This theoretical foundation enabled the entire digital revolution, from early mainframes to the modern internet.

Quick Answer

What is a bit? A bit (symbol: b) is the smallest and most fundamental unit of data in the computer world. It represents a single binary choice: 0 or 1, Yes or No, On or Off.

Think of a bit like a light switch—it can only be in one of two positions. By combining millions or billions of these switches, computers can represent complex information like photos, movies, and software.

Key distinction:

  • Bit (b): Used for speed (Internet speed = 100 Mbps).
  • Byte (B): Used for storage (File size = 100 MB).
  • 1 Byte = 8 Bits.

Quick Comparison Table

Unit Symbol Size in Bits Description Example
Bit b 1 Fundamental unit A single 0 or 1
Nibble - 4 Half a byte One hexadecimal digit (0-F)
Byte B 8 Standard storage unit One text character ('A')
Kilobit Kb 1,000 10³ bits Short text message size
Kilobyte KB 8,000 10³ bytes Small icon image
Megabit Mb 1,000,000 10⁶ bits Internet speed unit
Megabyte MB 8,000,000 10⁶ bytes MP3 song file
Gigabit Gb 1,000,000,000 10⁹ bits Fiber internet speed
Gigabyte GB 8,000,000,000 10⁹ bytes HD Movie file
Terabit Tb 1,000,000,000,000 10¹² bits Backbone network speed
Terabyte TB 8,000,000,000,000 10¹² bytes Hard Drive capacity

Definition

What is a Bit?

A bit (short for binary digit) is the basic unit of information in information theory, computing, and digital communications. It represents a logical state with one of two possible values.

Mathematical Definition: A bit is the amount of information required to distinguish between two equally probable alternatives. In information theory (Shannon entropy), the entropy $H$ of a random variable $X$ with two equally likely outcomes is 1 bit:

$$H(X) = - \sum p(x) \log_2 p(x) = - (0.5 \log_2 0.5 + 0.5 \log_2 0.5) = 1 \text{ bit}$$

If an event has a probability $p$, the information content $I$ (in bits) of observing that event is: $$I(p) = -\log_2(p)$$

  • Coin Flip: Probability 0.5. Information = $-\log_2(0.5) = 1$ bit.
  • Rolling a 4 on a die: Probability 1/6. Information = $-\log_2(1/6) \approx 2.58$ bits.
  • Guessing a number 1-100: Probability 0.01. Information = $-\log_2(0.01) \approx 6.64$ bits.

Physical Representation: How Computers "Store" Bits

In the abstract world of math, a bit is just a number. But in the physical world of your computer, a bit must be a tangible physical state. Engineers have developed many ways to store this "0" or "1":

1. Voltage (CPUs and RAM)

  • Mechanism: Transistors act as switches that either block or allow current.
  • State 1 (High): Voltage is near the supply level (e.g., 3.3V or 5V).
  • State 0 (Low): Voltage is near ground level (0V).
  • Speed: Extremely fast (switching billions of times per second).
  • Volatility: Requires constant power. If you unplug the computer, the electrons stop flowing, and the bits vanish (Volatile Memory).

2. Electric Charge (Flash Memory / SSDs)

  • Mechanism: Floating-gate transistors trap electrons in an insulated "cage."
  • State 0: Electrons are trapped in the floating gate (changing the threshold voltage).
  • State 1: No electrons in the floating gate.
  • Speed: Fast, but slower than RAM.
  • Volatility: Non-volatile. The electrons stay trapped for years even without power, which is why your USB drive remembers your files.

3. Magnetism (Hard Disk Drives - HDDs)

  • Mechanism: Tiny regions (domains) on a spinning platter are magnetized.
  • State 1: Magnetic north pole points in one direction.
  • State 0: Magnetic north pole points in the opposite direction.
  • Read/Write: A head flies over the surface detecting or flipping the magnetic field.
  • Volatility: Non-volatile. Magnets stay magnetized.

4. Light / Optics (CDs, DVDs, Blu-ray)

  • Mechanism: Physical pits and lands (flat areas) are stamped into a plastic disc.
  • State: A laser beam scans the track.
    • Land: Reflects the laser back to the sensor.
    • Pit: Scatters the light (no reflection).
  • Volatility: Non-volatile and Read-Only (for pressed discs).

5. Quantum States (Quantum Computing)

  • Mechanism: Spin of an electron or polarization of a photon.
  • State: Can be Up (1), Down (0), or a superposition of both.

Bit vs. Byte: The Crucial Difference

The most common source of confusion in digital metrics is the difference between the bit and the byte.

  • The Bit (b) is the atom of data. It is small, fast, and granular.
    • Used for: Transmission speeds (Internet, USB, Wi-Fi).
    • Why: Serial transmission sends data one bit at a time down a wire.
  • The Byte (B) is a molecule of data (8 bits). It is the smallest addressable unit of memory.
    • Used for: Storage capacity (RAM, SSDs, File sizes).
    • Why: Computers process data in chunks (bytes/words), not individual bits.

The Rule of 8: To convert Bytes to bits, multiply by 8. To convert bits to Bytes, divide by 8.

  • 100 Mbps Internet (Megabits) = 12.5 MB/s download speed (Megabytes).

History

Ancient Origins: The Binary Concept

Long before computers, the concept of binary (two-state) systems existed:

  • I Ching (9th Century BC): Ancient Chinese divination text used broken and unbroken lines (yin and yang) to form hexagrams, essentially 6-bit binary codes. The sequence of hexagrams (0 to 63) perfectly matches the modern binary count from 000000 to 111111.
  • Pingala (2nd Century BC): Indian scholar who used binary numbers (short and long syllables) to classify poetic meters.
  • Morse Code (1830s): Used dots and dashes to encode text. While not strictly binary (it relies on timing/pauses), it demonstrated that complex messages could be built from two simple signals.
  • Braille (1824): A 6-bit binary code used for touch reading. Each character is a 2x3 grid where dots are either raised (1) or flat (0).

17th-19th Century: Mathematical Foundation

  • Gottfried Wilhelm Leibniz (1679): The German polymath formalized the modern binary number system. He saw a spiritual significance in it: 1 represented God and 0 represented the void. He showed that any number could be represented using only 0s and 1s. He was amazed to discover that his binary system matched the I Ching hexagrams.
  • George Boole (1847): The English mathematician published "The Mathematical Analysis of Logic," creating Boolean Algebra. This system of logic (True/False, AND, OR, NOT) became the operating manual for modern computer processors a century later. Boole proved that logic could be reduced to simple algebra.

20th Century: The Birth of the Bit

  • 1937: Claude Shannon, a master's student at MIT, wrote "A Symbolic Analysis of Relay and Switching Circuits." He proved that electrical switches (relays) could implement Boolean algebra to perform any logical or numerical operation. This is arguably the most important master's thesis of the 20th century—it bridged the gap between abstract logic and physical machines.
  • 1947: John W. Tukey, a statistician at Bell Labs, was working with early computers. Tired of writing "binary digit," he shortened it to "bit." (He also coined the term "software"!).
  • 1948: Claude Shannon published "A Mathematical Theory of Communication." This paper founded Information Theory. He adopted Tukey's term "bit" as the fundamental unit of measure for information entropy. Shannon defined the bit not just as a digit, but as a measure of uncertainty resolution.

The 8-Bit Standard

In the early days of computing, machines used various "word" sizes (groups of bits) ranging from 4 to 60 bits.

  • 4-bit (Nibble): Intel 4004 (first microprocessor).
  • 6-bit: Common for early character sets (64 characters is enough for uppercase + numbers).
  • 36-bit: Common in scientific mainframes (DEC PDP-10).
  • 60-bit: CDC 6600 Supercomputer.

The 8-bit byte became the industry standard with the IBM System/360 in 1964. IBM chose 8 bits because it allowed for 256 characters (EBCDIC), enough to store uppercase, lowercase, numbers, and symbols. The success of the System/360 forced the rest of the industry to standardize on 8-bit bytes, cementing the relationship that 1 Byte = 8 bits.

Real-World Examples

Small Scale: Individual Bits

  • Boolean Flags: In programming, a single bit tracks a simple state.
    • is_logged_in = 1 (True)
    • has_error = 0 (False)
  • Monochrome Pixels: In a simple black-and-white image (like a fax or old screen), 1 bit represents one pixel.
    • 0 = Black
    • 1 = White
  • Power Switch: The ultimate 1-bit interface. Up (1) or Down (0).
  • QR Codes: The black and white squares are visual bits. A typical QR code contains a few thousand bits of data.

Medium Scale: Groups of Bits

  • ASCII Character (7-8 bits): The letter 'A' is stored as 01000001.
  • IPv4 Address (32 bits): Every website address (e.g., 192.168.1.1) is actually a 32-bit binary number.
    • 11000000 10101000 00000001 00000001
  • Color Depth (24 bits): "True Color" screens use 24 bits per pixel (8 bits Red, 8 bits Green, 8 bits Blue) to create 16.7 million colors.
  • Unicode Emoji (32 bits): That smiley face 😀 requires a sequence of 32 bits (4 bytes) to encode.
  • MAC Address (48 bits): The unique hardware ID of your network card.

Large Scale: Massive Streams

  • 4K Video Stream: Requires about 25,000,000 bits per second (25 Mbps).
  • Fiber Optic Cable: Can transmit 1,000,000,000 bits per second (1 Gbps) or more.
  • Modern Processor (64-bit): The "64-bit" in your laptop specs refers to the width of its internal data registers—it can process chunks of 64 bits in a single operation.
  • Encryption Keys (256-bit): Modern security (AES-256) relies on keys that are 256 bits long. While 256 seems small, the number of possible combinations is $2^{256}$—a number larger than the number of atoms in the observable universe. Cracking it by brute force is thermodynamically impossible.
  • DNA (Biological Bits): DNA uses a base-4 system (A, C, G, T), which is equivalent to 2 bits per base pair. The human genome contains about 3 billion base pairs, or roughly 6 billion bits (750 MB) of data.

Common Uses

1. Internet Speed (Bandwidth)

Internet Service Providers (ISPs) universally sell speed in bits per second.

  • Mbps (Megabits per second): The standard unit for home internet.
    • Basic: 25 Mbps
    • Fast: 100-500 Mbps
  • Gbps (Gigabits per second): "Gigabit internet" or Fiber.
    • Ultra-fast: 1 Gbps (1,000 Mbps)

Why not Bytes? Historically, data transmission happens serially (one bit after another). Measuring the raw stream count (bits) is technically more accurate for the engineer managing the wire. For the consumer, it also produces larger, more impressive marketing numbers (100 Mbps sounds faster than 12.5 MB/s).

2. Audio Quality (Bit Depth & Bitrate)

  • Bit Depth: Determines the dynamic range (loudness resolution) of audio.
    • 16-bit audio (CD quality): 65,536 volume levels ($2^{16}$).
    • 24-bit audio (Studio quality): 16.7 million volume levels ($2^{24}$).
  • Bitrate: The amount of data consumed per second of audio.
    • 128 kbps: Standard streaming quality.
    • 320 kbps: High-quality MP3.
    • 1,411 kbps: Uncompressed CD audio (WAV).

3. Color Depth (Images)

The number of bits used to represent the color of a single pixel.

  • 1-bit: Black and White.
  • 8-bit: 256 colors (old GIF / VGA graphics).
  • 24-bit: 16.7 million colors (Standard "True Color" JPG/PNG).
  • 30-bit / 10-bit color: 1 billion colors (HDR video, professional photography).

4. Cryptography

Security strength is measured in bits (key length).

  • 128-bit encryption: Considered strong for most commercial uses.
  • 256-bit encryption: Military-grade standard (AES-256).
  • 2048-bit RSA: Asymmetric encryption keys need to be much longer to offer equivalent security to symmetric keys.

Data Integrity: Protecting the Bits

Bits are fragile. Electrical noise, cosmic rays, or scratches on a disk can flip a 0 to a 1. Engineers use clever math to detect and fix these errors.

1. Parity Bit

The simplest form of error detection. An extra bit is added to a group of bits (like a byte) to ensure the total number of 1s is even (Even Parity) or odd (Odd Parity).

  • Data: 1011001 (4 ones)
  • Even Parity Bit: 0 (Total ones = 4, which is even)
  • Transmitted: 10110010
  • Error Check: If the receiver counts 5 ones, it knows a bit flipped.
  • Limitation: Cannot detect if two bits flip (errors cancel out).

2. Checksum (CRC)

Used in network packets (Ethernet, Wi-Fi) and file transfers. A mathematical function calculates a unique value based on all the bits in the data. If the calculated value doesn't match the received value, the data is corrupt and must be re-sent.

3. ECC Memory (Error Correcting Code)

Used in servers and critical systems. ECC RAM uses advanced algorithms (like Hamming Code) to not only detect errors but correct single-bit errors on the fly. This prevents system crashes due to random bit flips.

4. The "Cosmic Ray" Problem

Believe it or not, high-energy particles from exploding stars (cosmic rays) constantly bombard the Earth. Occasionally, one strikes a computer chip and flips a bit from 0 to 1.

  • Toyota Case Study: In 2009, Toyota faced lawsuits over "unintended acceleration." One theory was that cosmic rays flipped bits in the throttle control software. While never definitively proven as the sole cause, it highlighted the need for robust error correction in safety-critical systems.
  • Supercomputers: Large supercomputers have so much RAM that they would crash multiple times a day without ECC memory to correct these cosmic bit flips.

Data Compression: Squeezing the Bits

Because bandwidth and storage are limited, we use algorithms to represent the same information with fewer bits.

1. Lossless Compression (ZIP, PNG, FLAC)

Reduces file size without losing a single bit of information.

  • How: Finds patterns. Instead of storing "AAAAA", it stores "5A".
  • Use: Text documents, software, spreadsheets.

2. Lossy Compression (JPEG, MP3, Netflix)

Reduces file size massively by throwing away bits that humans are less likely to notice.

  • How: Removes high-frequency sounds (MP3) or subtle color differences (JPEG).
  • Use: Media streaming, photos.
  • Trade-off: Quality decreases as bitrate decreases.

Famous Bit Bugs in History

1. The Y2K Bug (Year 2000)

  • The Bits: Early programmers saved memory (bits were expensive!) by storing years as 2 digits (99 for 1999).
  • The Bug: When the year hit 00 (2000), computers might interpret it as 1900, messing up interest calculations and dates.
  • The Fix: Billions of dollars spent updating software to use 4 digits.

2. The Year 2038 Problem

  • The Bits: Unix systems store time as a 32-bit signed integer, counting seconds since January 1, 1970.
  • The Limit: The maximum value is $2^{31} - 1 = 2,147,483,647$.
  • The Bug: On January 19, 2038, this counter will overflow. Computers might think it's December 13, 1901.
  • The Fix: Migrating systems to 64-bit time counters, which won't overflow for 292 billion years.

3. The "Ping of Death"

  • The Bits: An IPv4 packet has a 16-bit length field, meaning the max size is 65,535 bytes.
  • The Bug: In the 90s, attackers sent malformed packets larger than this limit.
  • The Result: Operating systems couldn't handle the extra bits and crashed (Blue Screen of Death).

Bitwise Operations: The Math of Bits

Computers don't just store bits; they manipulate them using bitwise operations. These are the fundamental instructions that run inside a CPU.

1. NOT (Inversion)

Flips every bit. 0 becomes 1, 1 becomes 0.

  • Input: 1011
  • Output: 0100

2. AND (Intersection)

Returns 1 only if both inputs are 1. Used for "masking" (selecting specific bits).

  • A: 1100
  • B: 1010
  • Result: 1000

3. OR (Union)

Returns 1 if either input is 1. Used for combining flags.

  • A: 1100
  • B: 1010
  • Result: 1110

4. XOR (Exclusive OR)

Returns 1 if inputs are different. Used heavily in cryptography and checksums.

  • A: 1100
  • B: 1010
  • Result: 0110

5. Bit Shift

Moves bits left or right.

  • Left Shift (<< 1): Moves bits left, filling with 0. Equivalent to multiplying by 2.
    • 0011 (3) << 1 = 0110 (6)
  • Right Shift (>> 1): Moves bits right. Equivalent to dividing by 2.
    • 0110 (6) >> 1 = 0011 (3)

Binary Counting Tutorial

Understanding how to count in binary is the key to understanding computers. In decimal (base-10), we have digits 0-9. In binary (base-2), we only have 0-1.

How it works: When you run out of digits, you carry over to the next place value.

  • Decimal: 0, 1... 9 -> 10 (1 ten, 0 ones)
  • Binary: 0, 1 -> 10 (1 two, 0 ones)

Counting Table (0-15):

Decimal Binary (4-bit) Hexadecimal
0 0000 0
1 0001 1
2 0010 2
3 0011 3
4 0100 4
5 0101 5
6 0110 6
7 0111 7
8 1000 8
9 1001 9
10 1010 A
11 1011 B
12 1100 C
13 1101 D
14 1110 E
15 1111 F

The Future of the Bit

1. Quantum Computing (Qubits)

Classical bits are strictly 0 or 1. Qubits can be in a state of superposition, representing both 0 and 1 simultaneously.

  • Power: A 2-bit computer can be in one of 4 states (00, 01, 10, 11). A 2-qubit computer can be in all 4 states at once.
  • Scaling: 300 qubits could represent more states than there are atoms in the universe.
  • Impact: Will break current encryption (RSA) but revolutionize drug discovery and materials science.

2. DNA Data Storage

Nature's storage system is incredibly dense. Scientists are encoding digital bits into synthetic DNA strands.

  • Density: All the world's data could fit in a shoebox of DNA.
  • Longevity: DNA lasts for thousands of years (unlike hard drives which fail in 5-10 years).
  • Status: Currently slow and expensive, but promising for archival.

3. Optical Computing

Using photons (light) instead of electrons (electricity) to represent bits.

  • Speed: Light travels faster than electrons in copper.
  • Heat: Photons generate almost no heat, solving the cooling problem of modern CPUs.

Endianness: The Order of Bits

When computers store multi-byte data (like a 32-bit integer), they have to decide which byte comes first. This is called Endianness.

  • Big Endian: The "Big End" (Most Significant Byte) is stored first. (Like writing numbers: 1234). Used by Internet protocols (TCP/IP).
  • Little Endian: The "Little End" (Least Significant Byte) is stored first. Used by Intel/AMD processors (x86).

Analogy:

  • Big Endian: "Twenty-One" (2, 1)
  • Little Endian: "One-and-Twenty" (1, 2)

Gulliver's Travels: The terms come from Jonathan Swift's book, where two nations went to war over which end of a boiled egg to crack (the Big End or the Little End).

Bit vs. Baud: A Telecommunications Deep Dive

In advanced networking, "bit rate" and "baud rate" are often confused, but they are not the same.

  • Bit Rate (bps): The number of bits transmitted per second.
  • Baud Rate (Bd): The number of signal changes (symbols) per second.

The Magic of Modulation: Modern modems use techniques like QAM (Quadrature Amplitude Modulation) to pack multiple bits into a single signal change.

  • 16-QAM: Each symbol represents 4 bits ($2^4 = 16$ states).
  • 64-QAM: Each symbol represents 6 bits.
  • 256-QAM: Each symbol represents 8 bits.

Example: If a line has a Baud Rate of 1,000 Bd (1,000 changes per second) using 256-QAM:

  • Bit Rate = 1,000 symbols/sec × 8 bits/symbol = 8,000 bps.

This is how modern Wi-Fi and 5G achieve gigabit speeds over limited radio frequencies—they pack more bits into every wave!

Philosophy: "It from Bit"

The legendary physicist John Archibald Wheeler proposed a radical idea called "It from Bit."

He suggested that the universe itself is fundamentally made of information. Every particle, every field, every force derives its function from yes-or-no choices (bits).

"It from bit symbolizes the idea that every item of the physical world has at bottom... an immaterial source and explanation; that which we call reality arises in the last analysis from the posing of yes-no questions."

In this view, the bit is not just a computer term—it is the fundamental building block of reality itself.

Fun Facts About Bits

  • The First Bug: In 1947, Grace Hopper found a literal moth trapped in a relay of the Harvard Mark II computer. It was blocking a "bit" from switching. She taped it into the logbook as the "first actual case of bug being found."
  • Apollo 11: The computer that landed men on the moon had only 72 KB of Read-Only Memory (ROM) and 4 KB of RAM. Your toaster might have more computing power today.
  • Google: The name "Google" comes from "Googol," which is $10^{100}$. In binary, a googol is approximately $2^{332}$, meaning it would take 333 bits to store the number googol.
  • The Internet's Weight: If you calculated the mass of all the electrons representing the bits of the entire internet, it would weigh about 50 grams—the same as a strawberry.

Alternative Units of Information

While the bit is king, there are other ways to measure information:

  • Nat (n): Based on the natural logarithm ($e$). 1 nat $\approx$ 1.44 bits. Used in thermodynamics and physics.
  • Ban (Hartley): Based on the decimal system (base-10). 1 ban $\approx$ 3.32 bits. Used in measuring the probability of events in powers of 10.
  • Qubit: The quantum version of a bit. Unlike a bit, a qubit doesn't have a fixed value until measured.

Glossary of Bit Terms

  • Bandwidth: The maximum rate of bits that can pass through a channel (like a pipe's width).
  • Baud Rate: The number of symbol changes per second. Often confused with bit rate, but one symbol can carry multiple bits.
  • Bit Depth: The number of bits used to describe a single sample (audio/video).
  • Bitrate: The number of bits processed per unit of time (e.g., 128 kbps audio).
  • Goodput: The number of useful bits delivered (excluding protocol overhead).
  • Jitter: The variation in latency (delay) of received bits.
  • Latency: The time it takes for a bit to travel from source to destination.
  • LSB (Least Significant Bit): The bit with the lowest value ($2^0$).
  • MSB (Most Significant Bit): The bit with the highest value.
  • Nibble: 4 bits (half a byte).
  • Word: The natural data size of a processor (32 bits or 64 bits).

Conversion Guide

Bit to Byte Conversion

The most important conversion in the digital world.

Formula: $$ \text{Bytes} = \frac{\text{bits}}{8} $$

Examples:

  • 8 bits = 1 Byte
  • 64 bits = 8 Bytes
  • 1,000 bits = 125 Bytes

Internet Speed: Mbps to MB/s

When you download a file, the browser shows speed in MB/s (Megabytes), but your ISP sold you Mbps (Megabits).

Formula: $$ \text{MB/s} = \frac{\text{Mbps}}{8} $$

Common Speeds:

ISP Plan (Mbps) Actual Download Speed (MB/s) Time to Download 1GB File
10 Mbps 1.25 MB/s ~13.5 minutes
50 Mbps 6.25 MB/s ~2.5 minutes
100 Mbps 12.5 MB/s ~80 seconds
500 Mbps 62.5 MB/s ~16 seconds
1 Gbps (1000 Mbps) 125 MB/s ~8 seconds

Metric Prefixes: Decimal vs. Binary

Bits usually follow Decimal (SI) prefixes, especially for data transfer.

  • 1 Kilobit (kb) = 1,000 bits ($10^3$)
  • 1 Megabit (Mb) = 1,000,000 bits ($10^6$)
  • 1 Gigabit (Gb) = 1,000,000,000 bits ($10^9$)

Note: In storage (Bytes), there is often confusion between Decimal (MB = 1,000,000) and Binary (MiB = 1,048,576). For bits and speeds, the Decimal standard (1k = 1000) is almost universally used.

Bit Conversion Formulas

To Byte:

1 b = 0.125 B
Example: 5 bits = 0.625 bytes

To Kilobit:

1 b = 0.001 kb
Example: 5 bits = 0.005 kilobits

To Kilobyte:

1 b = 0.000125 KB
Example: 5 bits = 0.000625 kilobytes

To Megabit:

1 b = 0.000001 Mb
Example: 5 bits = 0.000005 megabits

To Megabyte:

1 b = 1.2500e-7 MB
Example: 5 bits = 6.2500e-7 megabytes

To Gigabit:

1 b = 1.0000e-9 Gb
Example: 5 bits = 5.0000e-9 gigabits

To Gigabyte:

1 b = 1.2500e-10 GB
Example: 5 bits = 6.2500e-10 gigabytes

To Terabit:

1 b = 1.0000e-12 Tb
Example: 5 bits = 5.0000e-12 terabits

To Terabyte:

1 b = 1.2500e-13 TB
Example: 5 bits = 6.2500e-13 terabytes

To Petabit:

1 b = 1.0000e-15 Pb
Example: 5 bits = 5.0000e-15 petabits

To Petabyte:

1 b = 1.2500e-16 PB
Example: 5 bits = 6.2500e-16 petabytes

To Exabit:

1 b = 1.0000e-18 Eb
Example: 5 bits = 5.0000e-18 exabits

To Exabyte:

1 b = 1.2500e-19 EB
Example: 5 bits = 6.2500e-19 exabytes

To Kibibit:

1 b = 0.000977 Kib
Example: 5 bits = 0.004883 kibibits

To Kibibyte:

1 b = 0.000122 KiB
Example: 5 bits = 0.00061 kibibytes

To Mebibit:

1 b = 9.5367e-7 Mib
Example: 5 bits = 0.000005 mebibits

To Mebibyte:

1 b = 1.1921e-7 MiB
Example: 5 bits = 5.9605e-7 mebibytes

To Gibibit:

1 b = 9.3132e-10 Gib
Example: 5 bits = 4.6566e-9 gibibits

To Gibibyte:

1 b = 1.1642e-10 GiB
Example: 5 bits = 5.8208e-10 gibibytes

To Tebibit:

1 b = 9.0949e-13 Tib
Example: 5 bits = 4.5475e-12 tebibits

To Tebibyte:

1 b = 1.1369e-13 TiB
Example: 5 bits = 5.6843e-13 tebibytes

To Pebibit:

1 b = 8.8818e-16 Pib
Example: 5 bits = 4.4409e-15 pebibits

To Pebibyte:

1 b = 1.1102e-16 PiB
Example: 5 bits = 5.5511e-16 pebibytes

To Exbibit:

1 b = 8.6736e-19 Eib
Example: 5 bits = 4.3368e-18 exbibits

To Exbibyte:

1 b = 1.0842e-19 EiB
Example: 5 bits = 5.4210e-19 exbibytes

Frequently Asked Questions

Capitalization matters immensely!

  • Lowercase 'b' = bit (speed, raw data).
  • Uppercase 'B' = Byte (storage, file size).
  • 1 B = 8 b.
  • If you see "100 MBps", that would mean 800 Mbps! (Very rare connection). Standard is "100 Mbps".

Convert Bit

Need to convert Bit to other data storage units? Use our conversion tool.