Convert Units of Energy (Work)
Conversions
Home Page
How to convert energy units using the AddUp calculator
How to convert units in general
Conversions can be done either with the "->"
conversion operator or with the equivalent "convert"
function. The function has three parameters: a quantity, a unit to
convert from and a unit to convert to. Likewise the conversion operator
uses three values: the quantity and unit to convert from are placed on
the left side of the operator while the unit to convert to goes to the
right side.
Energy Units
The basic unit of energy is the joule. All units of energy are
expressed in terms of this base unit and so measurements can be converted
from any one of the following units to any other.
- btu
- British thermal unit: 1055.056 j
- btuMean
- mean BTU from 0 to 100 C: 1055.871 j
- btuTh
- thermochemical BTU: 1054.350 j
- cal [also: calorie]
- CGS unit: 4.1868 j
- cal15
- calorie at 15 C: 4.18580 j
- cal20
- calorie at 20 C: 4.18190 j
- calMean
- mean calorie: 4.19002 j
- calNut
- nutritional calorie or kilocalorie: 4186.8 j
- calTh
- thermochemical calorie: 4.184 j
- erg
- CGS unit: 1e-7 j
- eVolt
- electron-volt: 1.60217653e-19 j
- ftLb [also: footPound]
- foot-pound: 1.3558179483 j
- GeV
- giga-electron-volt: 1.60217653e-10 j
- hartree
- atomic unit: 4.35974417e-18 j
- J [also: joule]
- Basic unit of energy (newton meter): 1 joule
- thermEU [also: euTherm]
- European Union therm: 1.05506e+8 j
- thermUK [also: ukTherm]
- UK therm: 1.0550558526e+8
- thermUS [also: usTherm]
- US therm: 1.054804e+8 j
- wattHour
- metric unit: 3.6e+3 j
Sample Conversions of Energy Units
Convert joules to British Thermal Units (BTUs)
10 joules -> BTUs = 0.0094782
convert(10; joules; btus) = 0.0094782
Convert joules to calories
10 J -> calories = 2.388459
convert(10; joule; calorie) = 2.388459
Convert joules to electron volts
10 joules -> eVolt = 6.2415095e+19
convert(10; J; eVolt) = 6.2415095e+19
Convert joules to watt hours
10 joules -> wattHour = 0.0027778
convert(10; J; wattHour) = 0.0027778
Convert British Thermal Units (BTUs) to joules
10 BTU -> J = 10,550.559
convert(10; BTU; joule) = 10,550.559
Convert calories to joules
10 calorie -> J = 41.868
convert(10; calorie; joules) = 41.868
Convert watt hours to joules
10 wattHours -> joules = 3.6e+4
convert(10; WattHour; Joule) = 3.6e+4
Convert watt hours to BTUs
10 wattHours -> BTU = 34.121416
convert(10; wattHour; BTU) = 34.121416
Convert BTUs to watt hours
10 BTUs -> wattHours = 2.9307107
convert(10; BTU; wattHour) = 2.9307107