One temperature in, all four scales out — Celsius, Fahrenheit, Kelvin, Rankine — live formula, reference points, browser-only
- Runs locally
- Category Format Converter
- Best for Turning pasted content or local files into a handoff-friendly format.
| Point | °C | °F | K | °R |
|---|---|---|---|---|
| Absolute zero | -273.15 | -459.67 | 0 | 0 |
| Water freezes | 0 | 32 | 273.15 | 491.67 |
| Body temperature | 37 | 98.6 | 310.15 | 558.27 |
| Water boils (sea level) | 100 | 212 | 373.15 | 671.67 |
| Room temperature | 20 | 68 | 293.15 | 527.67 |
| Crossover (°C = °F) | -40 | -40 | 233.15 | 419.67 |
What this tool does
Free temperature converter that takes one reading in any scale and shows Celsius (°C), Fahrenheit (°F), Kelvin (K) and Rankine (°R) side by side. Type 100 °C and you instantly read 212 °F, 373.15 K and 671.67 °R; type a US weather forecast of 72 °F and read 22.22 °C. The page shows the exact formula it used for your conversion (F = C × 9/5 + 32, K = C + 273.15, and so on) so students can check their own work, and a table of real reference points — water freezing at 0 °C, boiling at 100 °C, body temperature 37 °C = 98.6 °F, absolute zero at -273.15 °C = 0 K. Enter anything below absolute zero and the tool flags it as physically impossible instead of printing a meaningless number. One-click copy and a shareable link that reopens the same value and scale. Everything runs in your browser; nothing is uploaded.
Tool details
- Input
- Numbers
- The page exposes text boxes, numeric controls, file pickers, or structured inputs depending on the tool.
- Output
- Live result + Copy
- The result area focuses on usable output, with copy, download, or preview actions when supported.
- Privacy
- Browser-side processing
- The main tool logic does not call an external API, so inputs normally stay in the current tab.
- Save / share
- Shareable URL state
- Key settings are encoded in the URL so another person can reopen the same setup.
- Performance budget
- Initial JS <= 9 KB
- No WASM budget is declared, keeping the tool quick to open on mobile.
- Best fit
- Format Converter · Student
- Category and role tags drive related tools, internal links, and quick fit checks.
How to use
-
1. Input
Paste or drop your content into the tool panel.
-
2. Process
Click the button. All processing is local in your browser.
-
3. Copy / Download
Copy the result or download to disk in one click.
How Temperature Converter fits into your work
Use it when the main problem is getting content from one practical format into another.
Conversion jobs
- Turning pasted content or local files into a handoff-friendly format.
- Previewing a conversion before you use it in a larger workflow.
- Cleaning small format mismatches without opening a full editor.
Conversion checks
- Try a small sample first when the source format is messy.
- Check character encoding, separators, and line endings after conversion.
- Keep the source until the converted output has been reviewed.
Good next steps
These links move the current task into a more complete workflow.
- 1 Unit Converter Convert between length, weight, temperature, area, volume, speed, time — instant, browser-only Open
- 2 Scientific Calculator Scientific calculator — sin / cos / log / sqrt / power, with full keyboard input + history, deg/rad mode. Open
- 3 Cooking Unit Converter Cooking unit converter — tsp / tbsp / cup / oz / ml / g for 100+ common ingredients with density. Open
Real-world use cases
Read a US weather forecast in Celsius
You are traveling to the States and the app says it will be 95 °F tomorrow. Type 95 °F and read 35 °C — genuinely hot, pack accordingly. A forecast low of 41 °F is 5 °C, jacket weather. The four-scale readout means you never have to remember which direction the 9/5 goes; you just type the number you see and read the one you think in.
Follow an American recipe with a metric oven
A cookie recipe says bake at 350 °F but your oven dial is in Celsius. Type 350 °F and read 176.67 °C — set the dial to 175 or 180. Roasting at 425 °F is 218 °C, and a low-and-slow 225 °F is 107 °C. Pair this with the cooking unit converter when the same recipe also lists cups and sticks of butter.
Check a physics or chemistry homework answer
A problem gives a gas at 27 °C and asks for kelvin. Type 27 °C and read 300.15 K, with the formula K = C + 273.15 shown so you can see exactly why. Absolute-zero questions (−273.15 °C = 0 K) and the Rankine scale used in some engineering courses are all on the same screen, and anything below absolute zero is flagged as impossible.
Convert lab or industrial setpoints across scales
An autoclave datasheet specs 121 °C, a US-built furnace controller reads in Fahrenheit, and a thermodynamics calc wants kelvin. Type 121 °C once and read 249.8 °F and 394.15 K together — no second- guessing a hand calculation at 2 a.m. The shareable link lets you send the exact setpoint to a colleague who opens the same conversion.
Common pitfalls
Adding 32 before multiplying by 9/5. The order matters: F = C × 9/5 + 32, so you scale first, then shift. Doing (C + 32) × 9/5 turns 20 °C into 93.6 °F instead of the correct 68 °F. The tool shows the worked formula so the order is never in doubt.
Writing 300 °K with a degree symbol. Kelvin is an absolute unit, not a degree on a scale, so the SI convention is 300 K — no degree sign. Only Celsius, Fahrenheit and Rankine take the ° mark.
Confusing the Celsius-to-Kelvin offset 273.15 with 273. Rounding to 273 is fine for rough estimates but loses 0.15 K every time, which compounds in a multi-step calculation. Absolute zero is exactly −273.15 °C, not −273 °C.
Privacy
Every conversion runs as plain JavaScript inside your browser tab — the number you type never touches a server, and there is no logging of what you converted. The one caveat: the shareable link encodes your value and scale in the URL, so a link pasted into chat will record that temperature in the recipient server's access log. For anything sensitive, use the copy button and paste the text instead of sharing the URL.
FAQ
Tool combos
Folks in your role tend to reach for these alongside this tool.
- 24-Point Solver & Game 24-point solver and game — enter 4 numbers and get every solution instantly, or play random hands against the clock.
- A1C to Blood Glucose Calculator A1C ⇄ estimated average glucose, both ways, mg/dL or mmol/L, with the ADA range — educational, browser-only
- Chinese Acupoint Locator 200+ meridian acupoints / WHO 2008 standard locations / with contraindications, manipulation, and combinations.
- Add Days to Date Calculator Add or subtract days, weeks, months, and years from any date — plus a business-day mode that skips weekends. Runs entirely in your browser.