Temperature 변환기
「Temperature 변환기」는 코드, 데이터 및 QR 작업을 위한 브라우저 도구입니다. 입력과 결과는 일반적으로 이 기기에서 처리되며 가입이 필요하지 않습니다.
사용 방법
사용 방법
- Enter a temperature and choose its input unit.
- Select Convert temperature to calculate all three scales.
- Review the converted values and copy the result if needed.
Three common temperature scales
Celsius and Fahrenheit use offset scales, while Kelvin starts at absolute zero and uses the same degree size as Celsius. The converter displays all three values so you can compare them at a glance.
Absolute zero validation
Temperatures below absolute zero are rejected: −273.15 °C, −459.67 °F, and 0 K. This keeps results physically meaningful and catches accidental unit or sign errors.
Private browser conversion
Parsing, validation, and conversion happen locally in your browser. No temperature value is uploaded or stored by this page.
자주 묻는 질문
더 알아보기
What is the formula from Celsius to Fahrenheit?
Multiply Celsius by 9/5, then add 32: °F = (°C × 9/5) + 32.
Can Kelvin be negative?
No. Kelvin begins at absolute zero, so values below 0 K are invalid.
How many decimal places are shown?
The converter keeps the calculation in full JavaScript number precision and formats each result to up to 10 significant digits for readability.
Does the converter upload my value?
No. The conversion runs entirely in your browser.