{
  "entity_type": "unit_conversion_page",
  "id": "kb-to-bytes",
  "name": "Kilobytes to Bytes",
  "title": "Kilobytes to Bytes Converter (KB to B)",
  "description": "Convert kilobytes to bytes: 1 KB = 1000 B. Exact conversion factor, formula, 18-row table and worked examples, with JSON API and MCP access.",
  "quantity": "data-storage",
  "quantity_name": "Data storage",
  "base_unit": "B",
  "from_unit": {
    "symbol": "KB",
    "display": "KB",
    "name": "kilobytes",
    "singular": "kilobyte"
  },
  "to_unit": {
    "symbol": "B",
    "display": "B",
    "name": "bytes",
    "singular": "byte"
  },
  "linear": true,
  "factor": 1000,
  "inverse_factor": 0.001,
  "formula": "bytes = kilobytes × 1000",
  "reverse_formula": "kilobytes = bytes × 0.001",
  "unit_relation": "1 KB = 1000 B",
  "examples": [
    {
      "value": 1.5,
      "result": 1500,
      "text": "1.5 KB = 1500 B"
    },
    {
      "value": 700,
      "result": 700000,
      "text": "700 KB = 700000 B"
    },
    {
      "value": 2048,
      "result": 2048000,
      "text": "2048 KB = 2048000 B"
    }
  ],
  "table": [
    {
      "KB": 1,
      "B": 1000
    },
    {
      "KB": 2,
      "B": 2000
    },
    {
      "KB": 4,
      "B": 4000
    },
    {
      "KB": 8,
      "B": 8000
    },
    {
      "KB": 16,
      "B": 16000
    },
    {
      "KB": 32,
      "B": 32000
    },
    {
      "KB": 64,
      "B": 64000
    },
    {
      "KB": 100,
      "B": 100000
    },
    {
      "KB": 128,
      "B": 128000
    },
    {
      "KB": 256,
      "B": 256000
    },
    {
      "KB": 500,
      "B": 500000
    },
    {
      "KB": 512,
      "B": 512000
    },
    {
      "KB": 1000,
      "B": 1000000
    },
    {
      "KB": 1024,
      "B": 1024000
    },
    {
      "KB": 2048,
      "B": 2048000
    },
    {
      "KB": 4096,
      "B": 4096000
    },
    {
      "KB": 8192,
      "B": 8192000
    },
    {
      "KB": 10000,
      "B": 10000000
    }
  ],
  "faq": [
    {
      "q": "How many bytes are in one kilobyte?",
      "a": "1 KB = 1000 B. The factor comes from the SI definitions of both units (NIST SP 811 / BIPM), so it is exact or correct to at least 10 significant figures."
    },
    {
      "q": "What is the formula to convert kilobytes to bytes?",
      "a": "Multiply the value in kilobytes by 1000: bytes = kilobytes × 1000. For example, 1.5 KB = 1500 B."
    },
    {
      "q": "How do I convert bytes back to kilobytes?",
      "a": "Multiply by the inverse factor 0.001 (kilobytes = bytes × 0.001), or use the bytes-to-kilobytes page."
    }
  ],
  "sources": [
    {
      "name": "NIST Special Publication 811 – Guide for the Use of the International System of Units (SI), Appendix B conversion factors",
      "url": "https://www.nist.gov/pml/special-publication-811",
      "type": "standard",
      "retrieved_at": "2026-09-24"
    },
    {
      "name": "BIPM – The International System of Units (SI Brochure, 9th edition)",
      "url": "https://www.bipm.org/en/publications/si-brochure",
      "type": "standard",
      "retrieved_at": "2026-09-24"
    },
    {
      "name": "Wikipedia – Conversion of units",
      "url": "https://en.wikipedia.org/wiki/Conversion_of_units",
      "type": "reference",
      "retrieved_at": "2026-09-24"
    }
  ],
  "freshness": {
    "type": "static",
    "max_age_seconds": null,
    "note": "Fixed conversion factors (NIST/BIPM definitions); results never go stale."
  },
  "api": {
    "convert": "https://tttkmbb.com/api/v1/convert?value=1.5&from_unit=KB&to_unit=B",
    "calculator": "https://tttkmbb.com/api/v1/calculate/data-storage?value=1.5&from_unit=KB&to_unit=B",
    "mcp_tool": "convert_units",
    "mcp_arguments": {
      "value": 1.5,
      "from_unit": "KB",
      "to_unit": "B"
    }
  },
  "links": {
    "html": "https://tttkmbb.com/conversion/kb-to-bytes",
    "markdown": "https://tttkmbb.com/conversion/kb-to-bytes.md",
    "json": "https://tttkmbb.com/conversion/kb-to-bytes.json",
    "reverse": "https://tttkmbb.com/conversion/bytes-to-kb",
    "quantity_converter": "https://tttkmbb.com/conversion/data-storage",
    "units": "https://tttkmbb.com/api/v1/units?quantity=data-storage"
  },
  "timestamp": "2026-09-24"
}