Unit | Abbrev. | Value |
---|
Example | Input | Unit | Bytes (decimal) | KB | MB | GB | KiB | MiB | GiB |
---|
Conversions are anchored on byte (B). A bit (b) is 1/8 of a byte. Decimal prefixes (SI) use powers of 1000; binary prefixes (IEC) use powers of 1024.
SI (Decimal, base 1000)
- KB = 10001 B
- MB = 10002 B
- GB = 10003 B
- TB = 10004 B
- PB = 10005 B
To convert any x bytes to MB: MB = x / 1000^2
IEC (Binary, base 1024)
- KiB = 10241 B
- MiB = 10242 B
- GiB = 10243 B
- TiB = 10244 B
- PiB = 10245 B
To convert any x bytes to MiB: MiB = x / 1024^2
General method:
- Normalize: convert the input to bytes.
- Scale: divide or multiply to reach the target unit.
- Round: apply the chosen decimal places for display.
- Enter a number under Value and pick the corresponding Unit from the list (b, B, KB, MB, GB, TB, PB, KiB, MiB, GiB, TiB, PiB).
- Adjust Decimal Places if you need more or fewer digits.
- Click Convert to populate the results table and update the chart.
- Use Download Results CSV or Download Results PDF to export your table.
- Review the Example Data Table for quick reference of typical sizes.