{
  "slug": "energy-converter",
  "title": "Energy Converter (kcal to kJ)",
  "category": "Conversions",
  "category_slug": "conversions",
  "tier": 2,
  "summary": "Convert energy values between kilocalories (kcal) and kilojoules (kJ) using the standard 4.184 factor.",
  "description": "This calculator converts energy values between kilocalories (kcal) and kilojoules (kJ) using the internationally adopted thermochemical conversion factor of 1 kcal = 4.184 kJ. The tool accepts either a kilocalorie or kilojoule value as input and outputs the equivalent energy measurement in the opposite unit. The conversion factor is established by the U.S. National Bureau of Standards and reflects the scientific definition of a kilocalorie as the energy required to raise one kilogram of water by one degree Celsius.",
  "page_url": "https://fitmetriclab.com/en/tools/conversions/energy-converter/",
  "api_url": "https://fitmetriclab.com/api/tools/energy-converter.json",
  "formula": {
    "id": "energy_converter",
    "expression": "\\text{kJ} = \\text{kcal} \\times 4.184",
    "variables": [
      {
        "symbol": "\\text{kcal}",
        "description": "Energy in kilocalories"
      },
      {
        "symbol": "\\text{kJ}",
        "description": "Energy in kilojoules"
      }
    ]
  },
  "inputs": [
    {
      "id": "kcal",
      "label": "Calories",
      "type": "number",
      "unit": "kcal",
      "default": 500,
      "min": 0,
      "max": 10000,
      "step": 1
    },
    {
      "id": "kj",
      "label": "Kilojoules",
      "type": "number",
      "unit": "kJ",
      "default": 2092,
      "min": 0,
      "max": 40000,
      "step": 1
    }
  ],
  "worked_example": {
    "inputs": {
      "kcal": 500,
      "kj": 2092
    },
    "expected_output": "2,092.0 kJ"
  },
  "result_summary_template": "Converting {kcal} kilocalories or {kj} kilojoules using the standard factor of 4.184 kJ per kcal produces {result}.",
  "methodology": "Uses the thermochemical conversion factor 1 kcal = 4.184 kJ, established by the U.S. National Bureau of Standards and internationally adopted. The kilocalorie represents the energy required to raise one kilogram of water by one degree Celsius; the kilojoule is the SI unit equal to 1,000 joules.",
  "sources": [
    {
      "label": "National Institute of Standards and Technology. Guide for the Use of the International System of Units (SI). NIST Special Publication 811. 2008.",
      "url": "https://www.nist.gov/pml/special-publication-811"
    },
    {
      "label": "FAO/WHO. Food energy – methods of analysis and conversion factors. FAO Food and Nutrition Paper 77. 2003.",
      "url": "https://www.fao.org/3/y5022e/y5022e00.htm"
    },
    {
      "label": "Bureau International des Poids et Mesures. The International System of Units (SI). 9th edition. 2019.",
      "url": "https://www.bipm.org/en/publications/si-brochure"
    }
  ],
  "faqs": [
    {
      "question": "Why do some nutrition labels show kcal and others show kJ?",
      "answer": "Regulatory agencies in different countries mandate different units. The European Union, Australia, and New Zealand require kilojoules on nutrition labels, while the United States and Canada use kilocalories. Many international labels display both units to accommodate consumers familiar with either system."
    },
    {
      "question": "Is the conversion factor 4.184 or 4.2?",
      "answer": "The internationally recognized thermochemical conversion factor is 4.184 kJ per kcal. The value 4.2 is a rounded approximation sometimes used for mental math, but 4.184 is the standard for accurate scientific and regulatory work."
    },
    {
      "question": "What is the difference between a calorie and a kilocalorie?",
      "answer": "One kilocalorie equals 1,000 calories (small \"c\"). In nutrition contexts, the term \"Calorie\" with a capital C is synonymous with kilocalorie. Food labels that say \"Calories\" are actually reporting kilocalories, which is why the abbreviation \"kcal\" is equivalent."
    },
    {
      "question": "Can I use this converter for exercise energy expenditure?",
      "answer": "Yes. The conversion factor applies to all energy measurements, including the energy expenditure estimates produced by exercise equations, metabolic carts, activity trackers, and heart rate monitors. The units express the same physical quantity in different scales."
    },
    {
      "question": "Why does the SI system use joules instead of calories?",
      "answer": "The joule is the coherent SI unit of energy, derived from base units of kilograms, meters, and seconds. The calorie originated from heat-transfer experiments specific to water, making it less universal. International scientific bodies adopted the joule for consistency across all energy measurements in physics, chemistry, and biology."
    }
  ],
  "related_tools": [
    {
      "slug": "pace-converter-multi",
      "title": "Pace Converter (Multiple Units)",
      "api_url": "https://fitmetriclab.com/api/tools/pace-converter-multi.json",
      "page_url": "https://fitmetriclab.com/en/tools/conversions/pace-converter-multi/"
    },
    {
      "slug": "speed-converter",
      "title": "Speed Converter (MPH to km/h to m/s)",
      "api_url": "https://fitmetriclab.com/api/tools/speed-converter.json",
      "page_url": "https://fitmetriclab.com/en/tools/conversions/speed-converter/"
    },
    {
      "slug": "volume-converter",
      "title": "Hydration Volume Converter (L to fl oz)",
      "api_url": "https://fitmetriclab.com/api/tools/volume-converter.json",
      "page_url": "https://fitmetriclab.com/en/tools/conversions/volume-converter/"
    }
  ],
  "last_updated": "2026-04-22",
  "price": {
    "value": 0,
    "currency": "USD"
  },
  "runs_in_browser": true,
  "disclaimer": "Educational estimate produced from a published formula. Not medical, nutritional, or training advice. Calculations are deterministic — apply the formula to the inputs to reproduce the result."
}