Convert Bit to Byte (bB)

The bit is the smallest unit of digital information, used in network speeds and information-theory calculations.

0.125
1 b0.125 BNIST · BIPM accuracy

Bit to Byte Conversion Table

10 common values
BitByte
1 b0.125 B
10 b1.25 B
100 b12.5 B
500 b62.5 B
1,000 b125 B
5,000 b625 B
10,000 b1,250 B
50,000 b6,250 B
100,000 b12,500 B
500,000 b62,500 B

How to Convert Bit to Byte Manually

Step by Step

Converting bits to bytes is straightforward: multiply by the conversion factor. Follow these three steps to do it by hand or in your head.

  1. 1
    Take your value in bits
    Start with the number of bits (b) you want to convert.
  2. 2
    Multiply by 0.125
    The conversion factor from b to B is 0.125. Multiply your value by this number.
  3. 3
    Read the result in bytes
    The result is your value in bytes (B).
Practical Examples
1 b
equals
0.125 B
5 b
equals
0.625 B
10 b
equals
1.25 B
25 b
equals
3.125 B
100 b
equals
12.5 B

Formula

Multiply the value in bits by 0.125. For the reverse direction, multiply by 8.

ForwardB = b × 0.125
Reverseb = B × 8
Example: 10 b × 0.125 = 1.25 B

Tips

Use these in everyday conversions
  • 8 bits = 1 byte.
  • Mbps ≠ MB/s — divide by 8 to get bytes per second.
  • Encryption strength often given in bits (128, 256).

Common Mistakes

Avoid these
  • Mixing b (bit) and B (byte) — 8× difference.
  • Thinking a 1 Gbps link delivers 1 GB/s — it's 125 MB/s.
  • Reading "256-bit encryption" as "256-byte" — totally different strength.

About Bit and Byte

What is the Bit?

The bit is the smallest unit of digital information, representing a single binary choice between two states (typically 0 or 1, true or false, on or off). Coined by mathematician John Tukey in 1947 (from 'binary digit'), and formalized by Claude Shannon in his 1948 information theory papers, the bit is the foundation of all modern computing, telecommunications, and information storage. Bit-rates measure data transmission speeds (megabits per second, Mbps, for internet connections), and information-theory entropy is calculated in bits. A single yes/no question carries 1 bit of information; an 8-bit byte represents 256 possible values. The bit relates to the byte (8 bits = 1 byte), the kilobit (1,000 bits = 1 kbit, used in telecom), and the kibibit (1,024 bits = 1 Kibit, used in computing). Modern fiber-optic networks transmit terabits per second.

  • Network throughput (bps, Mbps, Gbps)
  • Cryptography key lengths (e.g., 256-bit AES)
  • Compression algorithms and file header specs
Real-world examples

Home fibre: 100 Mbps = 100,000,000 bps. AES key: 256 bits. MP3 bit rate: 128–320 kbps.

What is the Byte?

The byte equals 8 bits and is the smallest addressable storage unit in modern computing and digital systems. Byte-sized addresses are universal in computer architectures from microcontrollers to supercomputers, making the byte the fundamental block of memory and storage. A single ASCII character is 1 byte (256 possible values), basic UTF-8 characters use 1–4 bytes, and a UTF-16 character uses 2 bytes. File sizes, RAM capacity, and disk space are all measured in bytes and their multiples. The byte relates to the bit (1 byte = 8 bits), the kilobyte (1,000 or 1,024 bytes — see decimal vs. binary), the kibibyte (1,024 bytes, the strict computing standard), and larger multiples (MB, GB, TB). Note: storage manufacturers use decimal (1 GB = 10⁹ bytes), while operating systems often use binary (1 GiB = 2³⁰ bytes), causing the famous discrepancy where a '1 TB drive' shows about 931 GB free.

  • File sizes everywhere (documents, images, video)
  • RAM and storage capacity
  • Character encoding in programming
Real-world examples

An ASCII character: 1 byte. A short text message: few hundred bytes. Uncompressed photo: few MB.

Learn About Both Units

💾 Reference

What is the Bit?

Read the unit page →
💾 Reference

What is the Byte?

Read the unit page →

Bit to Byte FAQ

5 questions
How many bytes in a bit?
One bit equals 0.125 bytes.
How do I convert bits to bytes?
Multiply the bit value by 0.125 to get the equivalent in bytes.
What is 100 bits in bytes?
100 bits equals 12.5 bytes.
Is a bit bigger than a byte?
No. 1 bit equals 0.125 bytes, so one bit is smaller.
How to convert bits to bytes without a calculator?
Multiply by 0.13 for a quick estimate; use a calculator for precise results.

Related Data Conversions

Full comparison →

Conversions From Other Categories