重量と質量コンバータ
グラム、キログラム、ポンド、オンスなどの重量と質量を変換します。
結果はタイプすると更新されます。
この計算機の情報
weight converter is a tool that converts a mass from metric to imperial/US units. It is a tool that converts a mass from metric to imperial/US units. It is a tool that converts a mass from imperial to imperial/US units. It is a tool that converts a mass from imperial to imperial/US units. It is a tool that converts a mass from imperial to imperial/US units. It is a tool that converts a mass from imperial to imperial/US units. It is a tool that converts a mass from imperial to imperial/US units. It is a tool that convertsWork
よくある質問
1キログラムは何ポンドですか。
1キログラムは約2.20462ポンドで、1ポンドは0.45359237キログラムである。
1ポンドは何オンスですか。
1ポンドは正確に16オンスで 1オンスは約28.35グラム だから1ポンドは約453.6グラム
石はキログラムで何ですか。
1石は14ポンド、約6.35キログラムに相当し、イギリスやアイルランドでは体重の測定に今でもよく使われている。
1オンスは何グラムですか。
重量換算器では、1オンスは約28.35グラムで、日常的に使われる重量のアヴェルデュポワオンスであり、貴金属のトロイオンスはより重く、約31.10グラムである。
米国トンとメートルトンの違いは何ですか。
米国トン(ショートトン)は2000ポンド、約907キログラム、メートルトン(トン)は1000キログラム、約2205キログラム、イギリストン(ロングトン)は2240ポンド、約1016キログラムである。
重さは質量と同じですか。
厳密には質量は物質の量であり、重量は重力が物体に与える力です。地球の表面では、それらは比例します。このような変換器はキログラムとポンドを互換的な単位として扱います。
カラットは何ですか。
宝石や真珠の重さを計るために使われるメートルカラットは、金の純度を測るカラットとは異なり、正確に200ミリグラム(0.2g)である。
API — コードからこの計算機を使う
この計算機を自由な JSON エンドポイントとして呼び出します。鍵は必要ありません。下のフィールド値をクエリパラメータまたは JSON として送信します。 API ドキュメントを読む →
エンドポイント
GET https://calculator.free/api/v1/weight-mass/
curl
curl "https://calculator.free/api/v1/weight-mass/?amount=1&from=kg&to=lb"
JavaScript fetch()
const r = await fetch(
"https://calculator.free/api/v1/weight-mass/?" + new URLSearchParams({
"amount": "1",
"from": "kg",
"to": "lb"
}));
const data = await r.json();
console.log(data.results);
結果は一般的な指導のための推定であり,財務的,医療的または税務的なアドバイスではない。