{
  "entity_type": "unit_conversion_page",
  "id": "mb-to-megabits",
  "name": "Megabytes to Megabits",
  "title": "Megabytes to Megabits Converter (MB to Mbit)",
  "description": "Convert megabytes to megabits: 1 MB = 8 Mbit. 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": "MB",
    "display": "MB",
    "name": "megabytes",
    "singular": "megabyte"
  },
  "to_unit": {
    "symbol": "Mbit",
    "display": "Mbit",
    "name": "megabits",
    "singular": "megabit"
  },
  "linear": true,
  "factor": 8,
  "inverse_factor": 0.125,
  "formula": "megabits = megabytes × 8",
  "reverse_formula": "megabytes = megabits × 0.125",
  "unit_relation": "1 MB = 8 Mbit",
  "examples": [
    {
      "value": 1.5,
      "result": 12,
      "text": "1.5 MB = 12 Mbit"
    },
    {
      "value": 700,
      "result": 5600,
      "text": "700 MB = 5600 Mbit"
    },
    {
      "value": 2048,
      "result": 16384,
      "text": "2048 MB = 16384 Mbit"
    }
  ],
  "table": [
    {
      "MB": 1,
      "Mbit": 8
    },
    {
      "MB": 2,
      "Mbit": 16
    },
    {
      "MB": 4,
      "Mbit": 32
    },
    {
      "MB": 8,
      "Mbit": 64
    },
    {
      "MB": 16,
      "Mbit": 128
    },
    {
      "MB": 32,
      "Mbit": 256
    },
    {
      "MB": 64,
      "Mbit": 512
    },
    {
      "MB": 100,
      "Mbit": 800
    },
    {
      "MB": 128,
      "Mbit": 1024
    },
    {
      "MB": 256,
      "Mbit": 2048
    },
    {
      "MB": 500,
      "Mbit": 4000
    },
    {
      "MB": 512,
      "Mbit": 4096
    },
    {
      "MB": 1000,
      "Mbit": 8000
    },
    {
      "MB": 1024,
      "Mbit": 8192
    },
    {
      "MB": 2048,
      "Mbit": 16384
    },
    {
      "MB": 4096,
      "Mbit": 32768
    },
    {
      "MB": 8192,
      "Mbit": 65536
    },
    {
      "MB": 10000,
      "Mbit": 80000
    }
  ],
  "faq": [
    {
      "q": "How many megabits are in one megabyte?",
      "a": "1 MB = 8 Mbit. 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 megabytes to megabits?",
      "a": "Multiply the value in megabytes by 8: megabits = megabytes × 8. For example, 1.5 MB = 12 Mbit."
    },
    {
      "q": "How do I convert megabits back to megabytes?",
      "a": "Multiply by the inverse factor 0.125 (megabytes = megabits × 0.125), or use the megabits-to-megabytes 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=MB&to_unit=Mbit",
    "calculator": "https://tttkmbb.com/api/v1/calculate/data-storage?value=1.5&from_unit=MB&to_unit=Mbit",
    "mcp_tool": "convert_units",
    "mcp_arguments": {
      "value": 1.5,
      "from_unit": "MB",
      "to_unit": "Mbit"
    }
  },
  "links": {
    "html": "https://tttkmbb.com/conversion/mb-to-megabits",
    "markdown": "https://tttkmbb.com/conversion/mb-to-megabits.md",
    "json": "https://tttkmbb.com/conversion/mb-to-megabits.json",
    "reverse": "https://tttkmbb.com/conversion/megabits-to-mb",
    "quantity_converter": "https://tttkmbb.com/conversion/data-storage",
    "units": "https://tttkmbb.com/api/v1/units?quantity=data-storage"
  },
  "timestamp": "2026-09-24"
}