온도 변환기Name
섭씨, 화씨 및 켈빈 사이의 온도를 변환합니다.
입력하는 동안 결과가 업데이트됩니다.
이 계산기에 대해
temperature converter converts between Celsius and Fahrenheit, Kelvin and the older Rankine and Réaumur scales using the exact offset-and-scale formulas rather than a single multiplier. The temperature converter converts through Celsius using the exact offset-and-scale formulas rather than a single multiplier. The temperature converter converts through Celsius using the exact offset-and-scale formulas rather than a single multiplier. The temperature converter converts through Celsius using the exact offset-and-scale formulas rather than a single multiplier. The temperature converter converts through Celsius using the exact offset-and-scale formulas instead of a single multiplier.Worked example: to convert 100 °C to Fahrenheit, 100 × 9/5 + 32, K = °C + 273.15 and °R = 273.15. The core relationships are °F = °C × 9/5 + 32, K = °C and °R = °F.Worked example: to convert 100 °C to Fahrenheit, 100 × 9/5 + 32, K = °F × 9/5 + 32, K = °F × 9/5 + 32, K = °F × 9/5 + 32, K = °F × 9/5 + 32, K = °F × 9/5 + 32, K = °F × 9/5 + 32, K = °F × 9/5 + 32, K = °F × 9/5 + 32, K = °F × 9/5 + 32, K = °F × 9/5 + 32, K = °F × 9/5 + 32, K = °F × 9/5 + 32, K = °F × 9/5 + 32, K = °F × 9/5 + 32, K = °F × 9/5 + 32, K = °F × 9/5 + 32, K = °F × 9/5
자주 묻는 질문
섭씨를 화씨로 변환하는 방법은 무엇입니까?
섭씨 값을 9/5로 곱하고 32를 더하면 100 °C = 100 × 1.8 + 32 = 212 °F, 물의 끓는점, 0 °C = 32 °F, 물의 얼음점이 됩니다.
화씨를 섭씨로 어떻게 변환합니까?
예를 들어, 98.6 °F = (98.6 − 32) × 5/9 = 37 °C, 정상적인 인체 온도.
켈빈이란 무엇인가?
켈빈은 과학에서 사용되는 절대 온도 척도입니다. 셀시우스와 같은 도를 사용하지만 절대 0에서 시작하므로 K = °C + 273.15입니다. 물은 273.15 K에서 얼어 붙습니다.
어떤 온도에서 섭씨와 화씨가 같습니까?
이 온도 변환기에서 두 척도는 −40°에서 동일하게 읽힌다: −40 °C는 −40 °F와 같다. 이것은 +32 오프셋과 9/5 척도 요소가 취소되는 단일 지점이다.
섭씨와 화씨로 정상적인 체온은 무엇입니까?
정상적인 인체 온도는 약 37 °C이며, 이는 98.6 °F와 같습니다. 대략 38 °C(100.4 °F) 이상의 온도는 일반적으로 발열로 간주됩니다.
절대 0도는 무엇인가?
절대 영도는 가능한 가장 낮은 온도로, 0 K, -273.15 °C 또는 -459.67 °F와 같다.
랭킨 척도는 무엇입니까?
랭킨은 켈빈과 같은 절대 온도계이지만 화씨 크기의 도를 사용하여 절대 0도(0 °R)에서 시작하고 물이 얼어붙는 온도는 491.67 °R입니다. 미국의 일부 공학 분야에서 나타납니다.
API — 코드에서 이 계산기를 사용
이 계산기를 무료 JSON 엔드포인트로 호출하세요. 키가 필요하지 않습니다. 아래 필드 값을 쿼리 매개 변수 또는 JSON으로 보내십시오. 전체 API 문서 읽기 →
끝점
GET https://calculator.free/api/v1/temperature/
curl
curl "https://calculator.free/api/v1/temperature/?amount=1&from=C&to=F"
JavaScript fetch()
const r = await fetch(
"https://calculator.free/api/v1/temperature/?" + new URLSearchParams({
"amount": "1",
"from": "C",
"to": "F"
}));
const data = await r.json();
console.log(data.results);
결과는 재정, 의료 또는 세금 조언이 아닌 일반적인 지침을위한 추정치입니다.