調理計量変換器
レシピの量をカップ、スプーン、ミリリットル、グラム、オンスの間で変換します。
結果はタイプすると更新されます。
この計算機の情報
you want to know how much a cup of flour weighs, you can use the cooking measurement converter. The cooking measurement converter is a tool that can help you convert volume to weight. It can be used to convert volume to weight, or volume to weight. The cooking measurement converter can be used to convert volume to weight, or volume to weight. The cooking measurement converter can be used to convert volume to weight, or weight to volume. The cooking measurement converter can be used to convert volume to weight, or weight to volume. The cooking measurement converter can be used to convert volume to weight, or weight to weight.Worked example: one US cup (236.6 ml) of all-purpose flour at 0.53 g/ml while honey is about 1.42 g/ml while a cup of granulated sugar at 0.85 g/ml.Worked example: one US cup (236.6 ml) of all-purpose flour at 0.53 g/ml while honey is about 1.42 g/ml.Worked example: one US cup (236.6 ml) of all-purpose flour at 0.53 g/ml while honey is about 1.42 g/ml.Worked example: one US cup (236.6 ml) of all-purpose flour at 0.53 g/ml while honey is about 1.42 g/ml.Worked example: one US cup (236.6 ml) of all-purpose flour at 0.53 g/ml while honey is about 1.42 g/ml.Worked example: one US cup (236.6 ml) of all-purpose flour at 0.53 g/ml while honey is about 1.42 g/ml.Worked example: one US cup (236.6 ml) of all-purpose flour at 0.53 g/ml while honey is about 1.42 g/ml.Worked example: one US cup (236.6 ml) of all-purpose flour at 0.53 g/ml while honey is about 1.42 g/ml.Worked example: one US cup (236.
よくある質問
1カップの粉は何グラムあるのですか。
粉は軽いので、万能粉は125g程度(1mlあたり0.53g程度)、砂糖は1杯分が200g程度で重い。
なぜ 材料を選ぶ必要がある?
グラムとオンスは重さを表すのに対し、カップとスプーンは体積を表す。それらの間の換算には、材料の密度が必要である。一杯の蜂蜜は一杯の粉よりも重い。
これは米国かメートルカップ?
米国の通常のカップは約236.6mlであるが,メートルカップは250mlで,オーストラリアのスプーンはより大きいので,結果はこれらのシステムに対して近似的である。
砂糖のカップには何グラムありますか。
粒糖の密度は0.85g/mlで、USカップ(236.6ml)は約200gで、カップに詰めた褐糖は220g程度で少し重い。
なぜ一杯の蜂蜜が一杯の粉より重いのか。
蜂蜜は粉の0.53g/mlに比べて1.42g/mlとかなり密度が高いので,同じカップに多くの物質を入れることができる。
カップにはどれだけのスプーンが入っているのですか。
米カップは16スプーン、スプーンは3ティースプーン、つまりカップは48ティースプーンである。これらの体積関係は、どんな材料でも成り立つ。
API — コードからこの計算機を使う
この計算機を自由な JSON エンドポイントとして呼び出します。鍵は必要ありません。下のフィールド値をクエリパラメータまたは JSON として送信します。 API ドキュメントを読む →
エンドポイント
GET https://calculator.free/api/v1/cooking/
curl
curl "https://calculator.free/api/v1/cooking/?amount=1&ingredient=flour&from=cup&to=g"
JavaScript fetch()
const r = await fetch(
"https://calculator.free/api/v1/cooking/?" + new URLSearchParams({
"amount": "1",
"ingredient": "flour",
"from": "cup",
"to": "g"
}));
const data = await r.json();
console.log(data.results);
結果は一般的な指導のための推定であり,財務的,医療的または税務的なアドバイスではない。