エネルギー変換器

ジュール、カロリー、kWh、BTUなどのエネルギーを変換します。

結果
変換

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

この計算機の情報

you want to convert 1 kWh to megajoules, you can use the energy converter. The energy converter converts the energy between joules and kilojoules, calories and kilocalories (the food Calorie), watt-hours and kilowatt-hours, the BTU, the foot-pound and the electronvolt. Every value passes through the joule as a common base. If you want to convert 1 kWh to megajoules, you can use the energy converter. The energy converter converts the energy between joules and kilojoules, calories and kilocalories, watt-hours and kilowatt-hours, the foot-pound and the electronvolt.WorkedWork

よくある質問

食品カロリーは何ジュールですか。

食品カロリーは1キロカロリーで,4184ジュール(4.184kJ)に等しい。

キロワット時は何ジュール?

1キロワット時は360万ジュール(3.6MJ)である。3600秒間に1000ワットを維持するからである。これは電気代を測る単位である。

BTUとは何ですか?

英国熱量単位は1ポンドの水を1°F上昇させるエネルギーで,約1055ジュールである。

キロジュールは何カロリーですか。

1キロジュールは約0.239食物カロリー(kcal)である。

カロリーとカロリーの違いは何ですか。

食品カロリーは、大文字のCで表される。

このエネルギー変換器でどうやってkWhをジュールに変換しますか。

このエネルギー変換器はキロワット時を360万60倍してジュールを得る 1kWhは3600秒間に1000ワットだから 2kWhは720万ジュールだ

❤️ ラブ Calculator.Free? 分けて

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

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

エンドポイント

GET https://calculator.free/api/v1/energy/

curl

curl "https://calculator.free/api/v1/energy/?amount=1&from=kcal&to=kj"

JavaScript fetch()

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

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