Celsius to Fahrenheit
Snapshot
1 Celsius equals 33.8 Fahrenheit. Conversion Encyclopedia uses the same fixed conversion basis across the calculator, common values, and reverse page for this page.
- Reference basis: This conversion uses a scale-and-offset equation (1 Celsius equals 33.8 Fahrenheit.).
- Example: For 20 Celsius, the converted value equals 68 Fahrenheit.
- Use the reverse page if you need the opposite direction with the same basis.
Use the interactive calculator below for custom values and the common-value table for quick checks.
Interactive conversion
Converter Calculator
33.8 Fahrenheit (°F)
SwitchMachine access
Available to apps and AI agents
Celsius to Fahrenheit can be requested through Conversion Encyclopedia's structured interfaces by software and compatible AI agents. The identifiers below select the same calculation as the calculator.
Machine-readable identifiers
- Conversion family
temperature- Source unit
celsius- Target unit
fahrenheit
The JSON API and OpenAPI specification use the identifiers to reach the conversion engine. WebMCP lets compatible AI agents request the same calculation.
Example API request and response
POST /api/v1/convertRequest
{
"family": "temperature",
"value": 1,
"from": "celsius",
"to": "fahrenheit"
}Essential response
{
"ok": true,
"conversion": {
"family": "temperature",
"value": 1,
"from": "celsius",
"to": "fahrenheit",
"result": {
"raw": 33.8,
"display": "33.8"
},
"canonicalPath": "/temperature/celsius-to-fahrenheit/"
}
}Explanation
Use this page when you want a direct Celsius to Fahrenheit conversion. On this page, 1 Celsius equals 33.8 Fahrenheit.
The direct answer, calculator, common values table, and FAQ all follow the same exact equation for this route: 1 Celsius equals 33.8 Fahrenheit..
Celsius (deg C): a relative temperature scale widely used in weather, science, and everyday measurement.
Fahrenheit (deg F): a temperature scale used mainly in the United States for weather, cooking, and household references.
This route is useful for weather, cooking, HVAC, travel, and international references where celsius and fahrenheit describe the same physical temperature on different scales.
This conversion uses an affine temperature equation with scale and/or offset terms, so forward and reverse pages must use inverse formulas rather than one shared factor.
Common Conversion Values
| Celsius (°C) | Fahrenheit (°F) |
|---|---|
| -40 | -40 |
| -20 | -4 |
| 0 | 32 |
| 20 | 68 |
| 32 | 89.6 |
| 37 | 98.6 |
| 50 | 122 |
| 100 | 212 |
| 212 | 413.6 |
Questions & answers
Frequently Asked Questions
What is 1 Celsius in Fahrenheit?
1 Celsius equals 33.8 Fahrenheit on this page.
What equation does this Celsius to Fahrenheit page use?
This page uses 1 Celsius equals 33.8 Fahrenheit., and the same equation drives the direct answer, calculator, table, and FAQ.
Is there a reverse page for Fahrenheit to Celsius?
Yes. The reverse direction has its own page at Fahrenheit to Celsius, where the inverse equation is used so the mirror route stays numerically aligned.