Data

What is a Byte?

The byte equals 8 bits and is the smallest addressable storage unit in modern computing and digital systems.

Overview

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.

Symbol
B
Category
Data
Plural
bytes

Convert Byte to all units

Live result
B
Bit8 bKilobyte0.001 KBMegabyte0.000001 MBGigabyte1 × 10^-9 GBTerabyte1 × 10^-12 TBPetabyte1 × 10^-15 PBMegabit per Second0.000008 Mbps

Relationship to Other Data Units

1 B equals

Visual reference for how the byte relates to other data units. Each row links to the full converter for that pair.

1 B=8 b1 B=0.001 KB1 B=0.000001 MB1 B=1 × 10^-9 GB1 B=1 × 10^-12 TB1 B=1 × 10^-15 PB1 B=0.000008 Mbps

When Is the Byte Used?

  • 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.

Tips for Using the Byte

  • 1 byte = 8 bits.
  • KB, MB, GB are 1000 or 1024 multiples of bytes — check context.
  • Use bytes (B) for storage; bits (b) for bandwidth.

Common Mistakes

  • Confusing byte (B) with bit (b).
  • Assuming 1 MB always equals 1,048,576 bytes — sometimes 1,000,000.
  • Mixing file size (bytes) with transfer speed (bits per second).

Convert Byte to Other Data Units

Convert Other Units to Byte

FAQ About the Byte

3 questions
What does the Byte (B) measure?
The byte measures data. The byte equals 8 bits and is the smallest addressable storage unit in modern computing and digital systems.
When is the Byte used?
The byte is used in: File sizes everywhere (documents, images, video); RAM and storage capacity; Character encoding in programming. An ASCII character: 1 byte. A short text message: few hundred bytes. Uncompressed photo: few MB.
How accurate are conversions involving the Byte?
All conversions on Units Converter use NIST SP 811 and BIPM reference values, accurate to 8 significant figures.