What this tool does
The Data Size Converter turns any data size into every other unit — bits, bytes, and the decimal and binary multiples up to petabytes. Enter a value, pick the units, and you get an instant conversion plus a side-by-side table showing the decimal (×1000) and binary (×1024) reading of the same amount.
How it works
Every value is first reduced to a canonical byte count (1 byte = 8 bits), then divided by each unit’s size. Decimal units use powers of 1000; binary units use powers of 1024. Because both columns derive from the same byte count, the decimal/binary gap you see is exactly the gap that confuses drive capacities and OS reports. The logic is a pure function, so results are deterministic.
Privacy
Everything runs locally in your browser. Nothing you enter is uploaded, logged, or stored.