๐Ÿ’พ Data Storage Converter

Convert between bytes, KB, MB, GB, TB, and PB in both binary (1024-based) and decimal (1000-based) systems.

Quick Reference

Understanding Data Storage Units

Data storage uses two measurement systems: decimal (base-10, used by storage manufacturers) and binary (base-2, used by operating systems). This is why a "1 TB" hard drive shows as approximately 931 GB in your OS.

Decimal vs Binary

Decimal (SI)Value in BytesBinary (IEC)Value in Bytes
1 KB1,0001 KiB1,024
1 MB1,000,0001 MiB1,048,576
1 GB1,000,000,0001 GiB1,073,741,824
1 TB1,000,000,000,0001 TiB1,099,511,627,776
1 PB10ยนโต1 PiB2โตโฐ

Real-World Storage Examples

Frequently Asked Questions

Drive manufacturers use decimal (1 TB = 1,000,000,000,000 bytes), but your operating system uses binary (1 TiB = 1,099,511,627,776 bytes). So 1 TB รท 1.0995 โ‰ˆ 931 GiB, which is what your OS reports.
KB (kilobyte) = 1,000 bytes (decimal, SI standard). KiB (kibibyte) = 1,024 bytes (binary, IEC standard). The "bi" in KiB stands for "binary." Windows traditionally labels binary values as "KB" which causes confusion.
In decimal: 1 GB = 1,000 MB. In binary: 1 GiB = 1,024 MiB. Most consumer contexts (ISPs, storage) use the decimal definition.