和
计算数字之和
在不同字节单位之间转换数据值,支持 SI(十进制)和 IEC(二进制)两种系统。支持多行转换。
选择您提供的输入值的单位(例如 KB、MB、GiB)。
选择您希望将输入值转换为的目标单位。
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.
选择您提供的输入值的单位(例如 KB、MB、GiB)。
选择您希望将输入值转换为的目标单位。
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.
选择您提供的输入值的单位(例如 KB、MB、GiB)。
选择您希望将输入值转换为的目标单位。
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.
选择您提供的输入值的单位(例如 KB、MB、GiB)。
选择您希望将输入值转换为的目标单位。
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.
选择您提供的输入值的单位(例如 KB、MB、GiB)。
选择您希望将输入值转换为的目标单位。