เปลี่ยนค่า
แปลงน้ำหนักและมวลระหว่างกรัม, กิโลกรัม, ปอนด์, ออนซ์ และอื่น ๆ
ผลลัพธ์จะปรับปรุงเมื่อคุณพิมพ์
เกี่ยวกับเครื่องคิดเลขนี้
weight converters are used to convert between metric units (milligram, gram, kilogram, metric ton) and imperial/US units (ounce, pound, stone, US ton, imperial ton), plus the carat used for gemstones. Every value is converted through kilograms as the base unit so any pair works both directions. The weight converters are used to convert between metric units (milligram, gram, kilogram, metric ton) and imperial/US units (ounce, pound, stone, US ton, imperial ton), plus the carat used for gemstones. The weight converters are used to convert betweenWorked example: to convert 5 kilograms to pounds, multiply by 2.20462, giving about 11.02 pounds. The weight converters are used to convert between metric and imperial units.Worked example: to convert between metric and imperial units.Worked example: to convert between metric and imperial units.Worked example: to convert between metric and imperial units.Worked example: to convert between metric and imperial units.Worked example: to convert between metric and imperial units.Worked example: to convert between metric and imperial units.Worked example: to convert between metric and imperial units.Worked example: to convert between metric and imperial units.Worked example: to convert between metric and imperial units.Worked example: to convert between metric and imperial units.Worked example: to convert between metric and imperial units.Worked example: to convert between metric and imperial units.Worked example: to convert between metric and imperial units.Worked example: to convert between metric and imperial units.Worked example: to convert between metric and imperial units.Worked example: to convert between metric and imperial units.Worked example: to convert between metric and imperial units.Worked example: to convert between metric and imperial units.Worked example: to convert between metric and imperial units.Worked example: to convert between metric and imperial units.Worked example: to convert between metric and imperial units.Worked example: to convert between metric and imperial units.Worked example: to convert between metric and imperial units.Worked example: to convert between metric and imperial units.Worked example: to convert between metric and imperial units.Worked example:
คำถามที่ถามบ่อย
กิโลกรัมละกี่ปอนด์
1 กิโลกรัมเท่ากับ 2.20462 ปอนด์ และ 1 ปอนด์เท่ากับ 0.45359237 กิโลกรัม
หนึ่งปอนด์มีกี่ออนซ์
มันมี 16 ออนซ์ในปอนด์ หนึ่งออนซ์คือ 28.35 กรัม ดังนั้นปอนด์คือ 453.6 กรัม
หินหนักเท่าไหร่ในกิโลกรัม?
หนึ่งหินเท่ากับ 14 ปอนด์ หรือประมาณ 6.35 กิโลกรัม หินยังคงใช้กันอย่างแพร่หลายสำหรับน้ำหนักร่างกาย ในอังกฤษและไอร์แลนด์
หนึ่งออนซ์มีกี่กรัม
ในเครื่องแปลงน้ำหนักนี้ หนึ่งออนซ์มีค่าประมาณ 28.35 กรัม นี่คือออนซ์อาร์ดูโพวที่ใช้สำหรับน้ำหนักประจำวัน ทรอยออนซ์ที่ใช้สำหรับโลหะมีค่าหนักกว่า ประมาณ 31.10 กรัม
ความแตกต่างระหว่าง US ตัน และเมตริกตันคืออะไร
1 US ton (short ton) คือ 2,000 ปอนด์, ประมาณ 907 กิโลกรัม 1 metric ton (tonne) คือ 1,000 กิโลกรัม, ประมาณ 2,205 ปอนด์ และ 1 imperial หรือ long ton คือ 2,240 ปอนด์, ประมาณ 1,016 กิโลกรัม
นั่นคือน้ำหนักเท่ากับมวลหรือเปล่า
ไม่ใช่อย่างแน่นอน - มวลคือปริมาณของสสารและน้ำหนักคือแรงดึงดูดที่กระทำบนมันบนพื้นผิวของโลกพวกเขาเป็นสัดส่วนดังนั้นการแปลงเช่นนี้จะทำการกำหนดกิโลกรัมและปอนด์เป็นหน่วยวัดที่สามารถใช้แทนกันได้
อะไรคือคาราท์
เมตริก คาราต เท่ากับ 200 มิลลิกรัม (0. 2 กรัม) และใช้ในการชั่งหินอ่อนและมุก มันแตกต่างจาก คาราต ที่ใช้ในการวัดความบริสุทธิ์ของทองคำ
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);
ผลลัพธ์เป็นเพียงการประมาณการ สำหรับคำแนะนำทั่วไปเท่านั้น ไม่ใช่การเงิน การรักษา หรือคำแนะนำเกี่ยวกับภาษี