Sprint 8 Converter + Math
Digital Storage Converter (Bits to Petabytes)
Universal conversion engine with resilient numeric parsing.
Result
10.000000
How it works
Digital storage units have two competing conventions — SI (powers of 10) and binary (powers of 2) — that diverge by up to 7.4% at the terabyte scale, causing persistent confusion in storage specification, file system display, and disk capacity marketing.
**SI vs. binary prefixes** The IEC 80000-13 standard (1998) introduced unambiguous binary prefixes: kibibyte (KiB = 2¹⁰ = 1024 bytes), mebibyte (MiB = 2²⁰), gibibyte (GiB = 2³⁰), tebibyte (TiB = 2⁴⁰). However, most operating systems still display drive sizes in "GB" when they mean GiB, causing the classic "I bought a 1 TB drive but Windows shows 931 GB" confusion.
1 TB (SI, 10¹²) = 1,000,000,000,000 bytes. 1 TiB (binary, 2⁴⁰) = 1,099,511,627,776 bytes. A "1 TB" hard drive (SI) = 931.32 GiB as shown by Windows.
**Full unit chain** - 8 bits = 1 byte - 1 kilobyte (kB) = 1000 bytes; 1 kibibyte (KiB) = 1024 bytes - 1 megabyte (MB) = 10⁶ bytes; 1 mebibyte (MiB) = 2²⁰ = 1,048,576 bytes - 1 gigabyte (GB) = 10⁹ bytes; 1 gibibyte (GiB) = 2³⁰ bytes - 1 terabyte (TB) = 10¹² bytes; 1 tebibyte (TiB) = 2⁴⁰ bytes - 1 petabyte (PB) = 10¹⁵ bytes; 1 pebibyte (PiB) = 2⁵⁰ bytes
**Network speeds use bits, not bytes** Internet speeds are advertised in Mbps (megabits per second) because the bit is the fundamental transmission unit. A 100 Mbps connection transfers 100 ÷ 8 = 12.5 MB/s of file data (ignoring protocol overhead). Always divide by 8 to convert between bits-per-second and bytes-per-second.
Privacy: all conversion runs in the browser. No data is transmitted.
Frequently Asked Questions
- Hard drive manufacturers use SI (decimal) units: 1 TB = 10¹² bytes = 1,000,000,000,000 bytes. Windows displays storage in binary gibibytes (GiB): 1 GiB = 2³⁰ = 1,073,741,824 bytes. Dividing: 1,000,000,000,000 ÷ 1,073,741,824 = 931.3 GiB. Windows labels this '931 GB' — mixing units confusingly. The drive is full capacity; it's a display unit mismatch, not missing space. macOS switched to SI decimal units in 2009, so macOS shows 1 TB drives as 1 TB.
- 1 megabyte (MB) = 10⁶ = 1,000,000 bytes (SI decimal). 1 mebibyte (MiB) = 2²⁰ = 1,048,576 bytes (binary). The mebibyte was introduced by IEC in 1998 to eliminate ambiguity. A difference of ~4.9% at the MB/MiB level, growing to 7.4% at GB/GiB and 9.9% at TB/TiB. Operating systems and storage devices use both conventions inconsistently, which is why storage capacity numbers rarely match between specifications and OS display.
- Network speeds use bits because the bit is the fundamental unit of data transmission — one electrical or optical signal state. File sizes use bytes because processors operate on bytes (8 bits) as the minimum addressable unit. To convert: divide Mbps by 8 to get MBps. A 100 Mbps connection downloads at 12.5 MB/s. ISPs advertise in Mbps partly because it makes their speeds appear larger as numbers.
- 1 petabyte (PB) = 10¹⁵ bytes = 1 quadrillion bytes = 1,000 terabytes. For context: 1 PB can store approximately 200,000 hours of HD video, 500 billion pages of standard text, 500 million photos, or 1 million 1 GB flash drives. Facebook stores hundreds of petabytes of user data. The NSA's Utah Data Center was reported to have storage capacity in the exabyte range (1 EB = 1000 PB).