```
°F = (°C × 9/5) + 32
```
Where:
* °F is the temperature in Fahrenheit
* °C is the temperature in Celsius
So, to convert 36.1 Celsius to Fahrenheit, we would plug the value into the formula as follows:
```
°F = (36.1 × 9/5) + 32
°F = (324.9 / 5) + 32
°F = 64.98 + 32
°F = 96.98
```
Therefore, 36.1 Celsius is equal to 96.98 Fahrenheit.