{
  "id": "hex-calculator",
  "version": "7.0.0",
  "name": "Hex Calculator",
  "shortName": "Hex",
  "description": "Convert between Hexadecimal, Decimal, and Binary values instantly.",
  "category": "Math & Statistics",
  "categorySlug": "math-statistics",
  "keywords": [
    "hex"
  ],
  "status": "live",
  "workStatus": "pending",
  "reviewStatus": "pending",
  "migrationStatus": "migrated",
  "migratedDate": "2026-08-18",
  "engine": "legacy-react",
  "creator": null,
  "reviewer": null,
  "quality": {
    "availability": "live",
    "technicalReviewRecord": "/reviews/hex-calculator.json",
    "qualifiedReview": "pending",
    "qualifiedReviewer": null,
    "qualifiedReviewDate": null,
    "formulaVersion": "7.0.0",
    "referenceCoverage": "references-pending",
    "releaseTestScope": "Catalog and regression checks are not a professional formula audit; consult release evidence.",
    "historicalMetadataDate": "2026-08-18",
    "historicalMetadataNotice": "The imported date is not evidence of a completed human review."
  },
  "urls": {
    "page": "/calculator/hex-calculator/",
    "definition": "/calculator/hex-calculator/definition.json",
    "schema": "/calculator/hex-calculator/schema.json",
    "llms": "/calculator/hex-calculator/llms.txt",
    "legacyDefinition": "/calculator/hex-calculator.json"
  },
  "queryExample": "https://askcalculators.com/calculator/hex-calculator/?hex=1A&decimal=26&binary=11010",
  "queryParameters": {
    "hex": {
      "label": "Hex",
      "type": "text",
      "required": false,
      "default": "1A"
    },
    "decimal": {
      "label": "Decimal",
      "type": "number",
      "required": false,
      "default": 26
    },
    "binary": {
      "label": "Binary",
      "type": "text",
      "required": false,
      "default": "11010"
    }
  },
  "inputs": [
    {
      "id": "hex",
      "label": "Hex",
      "type": "text",
      "defaultValue": "1A"
    },
    {
      "id": "decimal",
      "label": "Decimal",
      "type": "number",
      "defaultValue": 26
    },
    {
      "id": "binary",
      "label": "Binary",
      "type": "text",
      "defaultValue": "11010"
    }
  ],
  "outputs": [
    {
      "id": "result",
      "label": "Result",
      "format": "text",
      "primary": true
    }
  ],
  "formula": {
    "expression": "Values are converted among hexadecimal, decimal, and binary by positional base conversion."
  },
  "examples": [
    {
      "label": "Reproducible default-input example (not a personal recommendation)",
      "inputs": {
        "hex": "1A",
        "decimal": 26,
        "binary": "11010"
      }
    }
  ],
  "sources": []
}
