Home › Unit Conversion › Meters to Centimeters
Meters to Centimeters (m to cm)
Convert meters to centimeters: 1 m = 100 cm. Exact conversion factor, formula, 22-row table and worked examples, with JSON API and MCP access.
Formula
1 m = 100 cm
centimeters = meters × 100 — reverse: meters = centimeters × 0.01
The factor is derived from the SI definitions of both units (base unit: m) as listed in NIST SP 811; results on this page are shown to 6 significant figures, the API returns up to 12.
Worked examples
- 5 m = 500 cm
- 12.5 m = 1250 cm
- 100 m = 10000 cm
Meters to centimeters conversion table
| Meters (m) | Centimeters (cm) |
|---|---|
| 1 | 100 |
| 2 | 200 |
| 3 | 300 |
| 4 | 400 |
| 5 | 500 |
| 6 | 600 |
| 7 | 700 |
| 8 | 800 |
| 9 | 900 |
| 10 | 1000 |
| 15 | 1500 |
| 20 | 2000 |
| 25 | 2500 |
| 30 | 3000 |
| 40 | 4000 |
| 50 | 5000 |
| 75 | 7500 |
| 100 | 10000 |
| 200 | 20000 |
| 250 | 25000 |
| 500 | 50000 |
| 1000 | 100000 |
FAQ
How many centimeters are in one meter?
1 m = 100 cm. 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.
What is the formula to convert meters to centimeters?
Multiply the value in meters by 100: centimeters = meters × 100. For example, 5 m = 500 cm.
How do I convert centimeters back to meters?
Multiply by the inverse factor 0.01 (meters = centimeters × 0.01), or use the centimeters-to-meters page.
Related conversions
Machine access
- API:
GET https://tttkmbb.com/api/v1/convert?value=5&from_unit=m&to_unit=cm - MCP: server
https://tttkmbb.com/mcp, toolconvert_unitswith{"value":5,"from_unit":"m","to_unit":"cm"} - Markdown: https://tttkmbb.com/conversion/meters-to-cm.md · JSON: https://tttkmbb.com/conversion/meters-to-cm.json (add
?value=for a result) · Units: /api/v1/units?quantity=length - OpenAPI operationId:
convert_units. Freshness:static. Authentication: none.