在 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)。
选择要转换成的目标单位。
转换结果保留的小数位数。