Converter for data

Convert between bytes, KB, MB, GB, TB using decimal (SI) units and KiB, MiB, GiB using binary (IEC) units. You can also switch between bits and bytes.

Quick data converters

Tip: Operating systems often report storage in decimal (1000-based) units, while RAM and some software use binary (1024-based) units.

Common data conversions (examples)

KB (decimal)MB
5000.5
10241.024
20482.048
1000010
500000500

All data converters

Data conversion FAQs

What’s the difference between KB and KiB?

KB (kilobyte) uses decimal (SI) where 1 KB = 1000 bytes. KiB (kibibyte) uses binary (IEC) where 1 KiB = 1024 bytes.

Why does my disk show fewer GB than advertised?

Manufacturers use decimal (1 GB = 1,000,000,000 bytes). Some operating systems show binary GiB (1 GiB = 1,073,741,824 bytes), so the number looks smaller.

Are bits and bytes the same?

No. 1 byte = 8 bits. Network speeds (e.g., Mbps) are in bits per second; file sizes are usually in bytes.