ブラサイズ計算器
胸の測定から バンドとカップサイズを推定して
結果はタイプすると更新されます。
この計算機の情報
bra size calculator calculates the band size from the underbust (around the ribcage just under the bust) and the bust (around the fullest part). The band size is the underbust rounded to the nearest even number of inches, and the cup is set by the difference between the bust and band measurements — roughly one cup letter per inch of difference (1 in ≈ A, 2 in ≈ B, 3 in ≈ C, 4 in ≈ D, and up through DD, DDD/F and beyond). The bra size calculator calculates the band size from the underbust (around the ribcage just under the bust) and the bust (around the fullest part).Worked example: a underbust of 32 inches rounds to a band of 32, and a bust of 36 inches gives a difference of 36 − 32 = 4 inches — an estimated 32DResults are an estimate and a starting point only.Worked example: an underbust of 32 inchesResults are an estimate and a starting point only.Worked example: an underbust of 32 inchesResults are an estimate and a starting point only.Worked example: an underbust of 32 inchesResults are an estimate and a starting point only.Worked example: an underbust of 32 inchesResults are an estimate and a starting point only.Worked example: an underbust of 32 inchesResults are an estimate and a starting point only.Worked example: an underbust of 32 inchesResults are an estimate and a starting point only.Worked example: an underbust of 32 inchesResults are an estimate and a starting point only.Worked example: an underbust of 32 inchesResults are an estimate and a starting point only.Worked example: an underbust of 32 inchesResults are an estimate and a starting point only.Worked example: an underbust of 32 inchesResults are an estimate and a starting point only.Worked example: an underbust of 32 inchesResults are an estimate and a starting point only.Work
よくある質問
ブラのサイズはどう測る?
胸の下の胸囲を測るには胸の直下の胸囲を測り、胸の最も広い部分を測ります。両方を入力すると、計算機は胸囲とカップの差からバンドを推定します。
なぜブラのサイズがブランドによって違うのか。
ブラジャーのカップとバンドのサイズは完全に標準化されていません。ラベルの34Cは他のラベルの34Dと同じサイズに合うかもしれません。この推定値を出発点として、スタイルを試してください。
私の測り方でカップサイズはどう決まるの?
胸囲からバストのサイズを引く: 1インチの差は約1カップの大きさです。1インチの差は約A、2インチはB、3インチはC、4インチはD、次にDD、DDD/Fなどです。計算機は差を最も近いインチに丸めます。
姉妹サイズって何?
姉妹サイズは隣接するバンドサイズで同じカップ容量を共有します。34C、32D、36Bは同じカップを持っています。計算したバンドが太すぎるか、ゆるすぎるか、カップが正しいのであれば、姉妹サイズを試してみてください。
センチで測ってもいいかしら。
はい - 単位をセンチメートルに切り替え、両方の測定値を cm で入力します。計算機は、バンドとカップを計算する前に、内部的にインチに変換します。だから、推定値はどちらでも同じです。
なぜ私のバンドサイズが偶数に丸められたのか。
胸囲は偶数で表されます。 33 のような奇数の胸囲を測ると、 34 に丸めます。 もしそれがゆるいと感じたら、 次のサイズよりも大きいサイズを選んでください。
API — コードからこの計算機を使う
この計算機を自由な JSON エンドポイントとして呼び出します。鍵は必要ありません。下のフィールド値をクエリパラメータまたは JSON として送信します。 API ドキュメントを読む →
エンドポイント
GET https://calculator.free/api/v1/bra-size/
curl
curl "https://calculator.free/api/v1/bra-size/?units=imperial&underbust=32&bust=36"
JavaScript fetch()
const r = await fetch(
"https://calculator.free/api/v1/bra-size/?" + new URLSearchParams({
"units": "imperial",
"underbust": "32",
"bust": "36"
}));
const data = await r.json();
console.log(data.results);
結果は一般的な指導のための推定であり,財務的,医療的または税務的なアドバイスではない。