数据存储转换器
在十进制 (SI) 和二进制 (IEC) 单位之间转换数字存储。
从
到
- 1
Convert to the base unit
1 MB × 1,000,000 = 1,000,000 - 2
Convert to the target unit
1,000,000 ÷ 1,000,000,000 = 0.001000 GB
1 MB =
| 比特 | 8,000,000 b |
| 字节 | 1,000,000 B |
| 千字节 | 1,000 KB |
| 吉字节 | 0.001 GB |
| 太字节 | 0.000001 TB |
| 千比字节 | 976.5625 KiB |
| 兆比字节 | 0.953674 MiB |
| 吉比字节 | 0.000931 GiB |
How this is calculated
每个单位都通过一个共同的字节基准进行换算。输入值首先乘以其"换算到基准"系数得到字节数,然后除以目标单位的系数得出结果,因此任何一对单位都可以相互关联,无需单独的换算表。
使用了两套系数。十进制(SI)单位是 1000 的幂:1 KB = 1000 B,1 MB = 1000 KB(1000^2 B),1 GB = 1000^3 B,1 TB = 1000^4 B。二进制(IEC)单位是 1024 的幂:1 KiB = 1024 B,1 MiB = 1024^2 B,1 GiB = 1024^3 B。一个比特是字节的八分之一(0.125 B),反映每字节 8 比特。完全支持混用两套单位,例如 MB 转 GiB。
这就是"包装盒上标 1 GB 但操作系统显示更少"困惑的来源:硬盘按十进制 GB/TB 销售,而操作系统通常在相同的"GB"标签下报告二进制 GiB/TiB。结果是基准的精确有理数倍数,按配置的精度四舍五入显示;换算链中不发生舍入,仅在显示时舍入。
常见问题
在十进制(SI)单位中,1 GB = 1000 MB。在二进制中,1 GiB = 1024 MiB。
也称为
TG we-Calculate Editorial Team. (2026). 数据存储转换器 [Online calculator]. TG we-Calculate. https://we-calculate.com/zh/calculator/data-storage-converter
TG we-Calculate Editorial Team. "数据存储转换器." TG we-Calculate. 2026. https://we-calculate.com/zh/calculator/data-storage-converter.
TG we-Calculate Editorial Team, "数据存储转换器," TG we-Calculate, 2026. [Online]. Available: https://we-calculate.com/zh/calculator/data-storage-converter
@misc{wecalculate_data_storage_converter, title = {数据存储转换器}, author = {{TG we-Calculate Editorial Team}}, howpublished = {\url{https://we-calculate.com/zh/calculator/data-storage-converter}}, year = {2026}, note = {TG we-Calculate} }
这个计算器对您有帮助吗?
