圧力変換器

パスカル、バー、psi、atm、mmHgの圧力を変換します。

結果
変換

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

この計算機の情報

you want to convert a pressure reading from pascals to kilopascals, you can use a pressure converter. The pressure converter converts a pressure reading between pascals and kilopascals, bar and millibar, the standard atmosphere, psi, and the mmHg, torr and inHg units used in weather, medicine and vacuum work. All values convert through the pascal as a common base. You can use a pressure converter to convert a pressure reading from pascals to kilopascals, bar and millibar, the standard atmosphere, psi, and the mmHg units used in weather, workWorked example: 1 atm = 101,325 Pa = 1.01325 bar ≈ 14.696 psi = 760 mmHg. 1 atm = 101,325PaWorked example: 1 atm = 101,325PaWorked example: 1 atm = 101,325PaWorked example: 1 atm = 101,325PaWorked example: 1 atm = 101,325PaWorked example: 1 atm = 101,325PaWorked example: 1 atm = 101,325PaWorked example: 1 atm = 101,325PaWorked example: 1 atm = 101,325PaWorked example: 1 atm = 101,325PaWorked example: 1 atm = 101,325PaWorked example: 1 atm = 101,325PaWorked example: 1 atm = 101,325PaWorked example: 1 atm = 101,325PaWorked example: 1 atm = 101,325PaWorked example: 1 atm = 101,325PaWorked example: 1 atm = 101,325PaWorked example: 1 atm =

よくある質問

バーは何psi?

1バールは14.5038psiで,1気圧に近いので,タイヤの圧力は1:14.5の比である。

1気圧は何ですか。

標準大気圧は海面の平均気圧である。

MmHgは何に用いられる?

水銀ミリメートルは血圧と気圧を測定する。1mmHgは約133.322パスカルで、760mmHgは1大気圏に等しい。

どうやってpsiをbarに変換しますか?

psi を 14.5038 で割り、または 0.0689476 で乗算します。32 psi (通常のタイヤ圧) は約 2.2 bar です。この圧力変換器は正確な因子 6,894.76 パスカル/psi を使用します。

TorrとmmHgの違いは何か。

1トルは大気の1/760,1mmHgは約133.322パスカルで,7桁の差しかない。

ミリバールとは何で、どこで使われるのか。

ミリバールはバールの千分の1,100パスカルであり,気象報告における大気圧の伝統的な単位である。標準海面圧は約1013mbarである。

❤️ ラブ Calculator.Free? 分けて

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

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

エンドポイント

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

curl

curl "https://calculator.free/api/v1/pressure/?amount=1&from=bar&to=psi"

JavaScript fetch()

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

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