Data Size Converter
Converts a data size between bytes and decimal (KB, MB, GB, TB) and binary (KiB, MiB, GiB, TiB) units all at once. Enter a number followed by a unit, e.g. "1 gb".
Converts a data size between bytes and decimal (KB, MB, GB, TB) and binary (KiB, MiB, GiB, TiB) units all at once. Enter a number followed by a unit, e.g. "1 gb".
Use cases
- Checking a file size in different units
- Converting between decimal and binary storage units
Examples
One gigabyte
1 gb
{"b": 1000000000.0, "kb": 1000000.0, "mb": 1000.0, "gb": 1.0, "tb": 0.001, "kib": 976562.5, "mib": 953.6743, "gib": 0.9313, "tib": 0.0009}FAQ
Is my data sent to a server?
Yes — the conversion runs on the server for this tool.