データストレージコンバータ

ビット、バイト、KB、MB、GB、TB、二進単位の間でディジタルストレージを変換します。

結果
変換

結果はタイプすると更新されます。

この計算機の情報

the data storage converter converts a digital size between bits and bytes and their multiples, converting through the byte as a common base. It covers both the decimal SI units — kilobyte, megabyte, gigabyte, terabyte and petabyte, each a power of 1,000 — and the binary IEC units — kibibyte, mebibyte, gibibyte and so on, each a power of 1,024. There are always 8 bits in a byte, whichever family you use. A results table lists the size in every unit at once, handy for sizing downloads, disks, bandwidth. Keep the two families apart: to convert 500 megabytes to gigabytes in SI units, divide by 1,000, giving 0.5 GB. Keep the two families apart: to convert 500 megabytes to gigabytes in SI units, divide by 1,000, giving 0.5 GB. Keep the two families apart: Keep the two families apart: Keep the two families apart: Keep the two families apart: Keep the two families apart: Keep the two families apart: Keep the two families apart: Keep the two families apart: Keep the two families apart: Keep the two families apart: Keep the two families apart: Keep the two families apart: Keep the two families apart: Keep the two families apart: Keep the two families apart: Keep the two families apart: Keep the two families apart: Keep the two families apart: Keep the two families apart: Keep the two families apart: Keep the two families apart: Keep the two families apart: Keep the two families apart: Keep the two families apart: Keep the two families apart: Keep the two families apart: Keep the two families apart: Keep the two families apart: Keep the two families apart: Keep the two families apart: Keep the two families apart: Keep the two families apart: Keep the two families apart: Keep the two families apart: Keep the two families apart: Keep the two families apart: Keep the two families apart: Keep the two families apart: Keep the two families apart: Keep the two families apart: Keep the two families apart: Keep the

よくある質問

キロバイトは1000バイトか1024バイトですか?

単位によって異なります。SI キロバイト (KB) は 1,000 バイトであり、二進キビバイト (KiB) は 1,024 バイトです。ストレージは通常十進単位で販売され、ソフトウェアによっては二進単位で報告されます。そのため、「1 TB」ドライブは ~931 GiB と表示されます。

1バイトには何ビットありますか。

ネットワーク速度は通常ビット毎秒で表されます。100Mbpsのリンクは、最大で12.5MB/秒の転送速度を持っています。

1ギガバイトは何メガバイトですか。

十進法SI単位では、1GB = 1,000MB。二進法単位では、1GiB = 1,024MiB。

なぜハードディスクの空き容量が表示されている空間より少ないのですか?

製造業者はドライブを十進単位で販売します(「1TB」ドライブは100バイトです)が、多くのオペレーティングシステムは二進単位でサイズを報告します。1073741824で割ると、1TBは約931GiBになります。実際に空きスペースがなくなっているわけではありません。

メガビットをメガバイトに変換するには?

メガビットを 8 で割り切ってください。1バイトは 8 ビットです。100 Mbps の接続は 1 秒に 12.5 メガバイトを送信します。このデータストレージコンバータは ビットとバイトを 8 対 1 の比率で扱います。

メガバイトとメビバイトの違いは何ですか。

メガバイト(MB)は100万バイトで、メビバイト(MiB)は1048576バイト(1024²)である。バイナリメビバイトは約4.9%大きい。

❤️ ラブ Calculator.Free? 分けて

𝕏  X Facebook Reddit
API — コードからこの計算機を使う

この計算機を自由な JSON エンドポイントとして呼び出します。鍵は必要ありません。下のフィールド値をクエリパラメータまたは JSON として送信します。 API ドキュメントを読む →

エンドポイント

GET https://calculator.free/api/v1/data-storage/

curl

curl "https://calculator.free/api/v1/data-storage/?amount=1&from=mb&to=gb"

JavaScript fetch()

const r = await fetch(
  "https://calculator.free/api/v1/data-storage/?" + new URLSearchParams({
    "amount": "1",
    "from": "mb",
    "to": "gb"
  }));
const data = await r.json();
console.log(data.results);

結果は一般的な指導のための推定であり,財務的,医療的または税務的なアドバイスではない。