Convert data values between different byte units, supporting both SI (decimal) and IEC (binary) systems. It supports multiple lines conversion.
Input Values
Converted Output
Tool options
Conversion Options
Select the unit of the input values you are providing (e.g., KB, MB, GiB).
Select the unit you want the input values to be converted into.
Number of decimal places to display in the converted output.
Byte Converter Examples
Click to try!
This example converts a list of storage values in Gigabytes (GB) into Megabytes (MB) using the SI system. Each line represents a different storage size. The output shows the same values converted to MB with the specified precision.
Conversion Options
Select the unit of the input values you are providing (e.g., KB, MB, GiB).
Select the unit you want the input values to be converted into.
Number of decimal places to display in the converted output.
This example converts values in Mebibytes (MiB) to Gibibytes (GiB) using the IEC binary system. Each line of input represents a different memory size, and the output shows the conversion rounded to 2 decimal places.
Conversion Options
Select the unit of the input values you are providing (e.g., KB, MB, GiB).
Select the unit you want the input values to be converted into.
Number of decimal places to display in the converted output.
This example demonstrates a cross-system conversion from SI units (GB) to IEC units (GiB). Since GB and GiB are slightly different, the output shows fractional values with high precision. This is useful when comparing storage reported by operating systems vs manufacturers.
Conversion Options
Select the unit of the input values you are providing (e.g., KB, MB, GiB).
Select the unit you want the input values to be converted into.
Number of decimal places to display in the converted output.
This example converts values from Bytes (B) to Bits (b). Since 1 Byte = 8 Bits, each input value is multiplied by 8. The precision is set to 0 because the result is always an integer.
Conversion Options
Select the unit of the input values you are providing (e.g., KB, MB, GiB).
Select the unit you want the input values to be converted into.
Number of decimal places to display in the converted output.