Convert common imperial units to metric in one place.
Result
— {{ vm.value || 0 }} {{ vm.selectedUnit.symbol }} = {{ vm.formattedResult }} {{ vm.selectedUnit.metricSymbol }}
1 {{ vm.selectedUnit.symbol }} = {{ vm.selectedUnit.factor | number:6 }} {{ vm.selectedUnit.metricSymbol }}
{{ vm.selectedUnit.description }}
All {{ vm.selectedCategory.toLowerCase() }} conversions for {{ vm.value || 0 }}
| Imperial | Metric result | Factor / formula |
|---|---|---|
| {{ row.unit.label }} ({{ row.unit.symbol }}) | {{ vm.value || 0 }} {{ row.unit.symbol }} = {{ row.formattedResult }} {{ row.unit.metricSymbol }} | 1 {{ row.unit.symbol }} = {{ row.unit.factor | number:6 }} {{ row.unit.metricSymbol }} {{ row.unit.description }} |
Conversions use standard US customary → SI factors (rounded in display).