💾 Byte Converter

Convert between Bytes, KB, MB, GB, TB, and PB. Toggle between binary (1024) and SI (1000) units.

Understanding Data Size Units – Binary (1024) vs SI Decimal (1000)

Confusion between binary and decimal data units is one of the most common sources of misunderstanding in computing. When you buy a "500 GB" hard drive, you get 500,000,000,000 bytes (SI decimal), but your operating system shows ~465 GiB (binary). This tool supports both systems for accurate conversion.

Binary Units (IEC Standard – Base 1024)

SI Decimal Units (Base 1000)

Why Your Hard Drive Shows Less Space Than Advertised

Hard drive manufacturers use SI decimal units (1 GB = 1,000,000,000 bytes) while operating systems display file sizes in binary units (1 GiB = 1,073,741,824 bytes). A "1 TB" drive contains 1,000,000,000,000 bytes, but the OS shows 931 GiB. The "missing" 69 GiB isn't lost — it's the difference between the two measurement systems.

Common Data Size References