Home › Unit Conversion › Centimeters to Feet
Centimeters to Feet (cm to ft)
Convert centimeters to feet: 1 cm = 0.0328084 ft. Exact conversion factor, formula, 22-row table and worked examples, with JSON API and MCP access.
Formula
1 cm = 0.0328084 ft
feet = centimeters × 0.03280839895 — reverse: centimeters = feet × 30.48
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 cm = 0.164042 ft
- 12.5 cm = 0.410105 ft
- 100 cm = 3.28084 ft
Centimeters to feet conversion table
| Centimeters (cm) | Feet (ft) |
|---|---|
| 1 | 0.0328084 |
| 2 | 0.0656168 |
| 3 | 0.0984252 |
| 4 | 0.131234 |
| 5 | 0.164042 |
| 6 | 0.19685 |
| 7 | 0.229659 |
| 8 | 0.262467 |
| 9 | 0.295276 |
| 10 | 0.328084 |
| 15 | 0.492126 |
| 20 | 0.656168 |
| 25 | 0.82021 |
| 30 | 0.984252 |
| 40 | 1.31234 |
| 50 | 1.64042 |
| 75 | 2.46063 |
| 100 | 3.28084 |
| 200 | 6.56168 |
| 250 | 8.2021 |
| 500 | 16.4042 |
| 1000 | 32.8084 |
FAQ
How many feet are in one centimeter?
1 cm = 0.0328084 ft. 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 centimeters to feet?
Multiply the value in centimeters by 0.03280839895: feet = centimeters × 0.03280839895. For example, 5 cm = 0.164042 ft.
How do I convert feet back to centimeters?
Multiply by the inverse factor 30.48 (centimeters = feet × 30.48), or use the feet-to-centimeters page.
Related conversions
Machine access
- API:
GET https://tttkmbb.com/api/v1/convert?value=5&from_unit=cm&to_unit=ft - MCP: server
https://tttkmbb.com/mcp, toolconvert_unitswith{"value":5,"from_unit":"cm","to_unit":"ft"} - Markdown: https://tttkmbb.com/conversion/cm-to-feet.md · JSON: https://tttkmbb.com/conversion/cm-to-feet.json (add
?value=for a result) · Units: /api/v1/units?quantity=length - OpenAPI operationId:
convert_units. Freshness:static. Authentication: none.