Tested tool guide
Tested browser tools
Checked August 16, 2026
What File Size Calculator & Converter does, with a checked example
A converter for file and storage sizes. Type a value in any common unit - bytes, KB, MB, GB, or TB - and get the equivalent in every other unit, computed in your choice of two counting systems: decimal (1000-based, how drive manufacturers label capacity) or binary (1024-based, how operating systems count and how RAM is sold). The thing that surprises most people: the two systems differ by roughly 7% at GB and 10% at TB, which is exactly why a new 1 TB hard drive appears as about 931 GB on a Windows machine. The conversion happens entirely in the browser; nothing you enter is uploaded.
Worked example
A concrete input and expected output from the current implementation.
->
Expected output
1,000,000,000,000 bytes = 1,000 GB (decimal) = 931.32 GiB = 0.9095 TiB (binary)
A drive labeled 1 TB is sold in decimal: exactly 10^12 bytes. In binary, that count divides into 931.32 GiB (by 2^30) or 0.9095 TiB (by 2^40) - the figures an operating system reports for the same drive.