Сумма
Вычислить сумму чисел
Convert data values between different byte units, supporting both SI (decimal) and IEC (binary) systems. It supports multiple lines conversion.
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.
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.
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.
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.
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.
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.
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.
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.
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.