Area factors are squared length relationships
One foot is 0.3048 meter exactly, so one square foot is 0.09290304 square meter. A linear conversion factor cannot be reused without squaring it.
Convert between square meters, acres, hectares, square feet, and other area units.
Type the area measurement you want to convert.
Choose the unit you are converting from, like square meters.
Pick the unit to convert to and see the result instantly.
The area converter uses square meters as an internal reference and simultaneously reports square inches, feet, yards, miles, acres, hectares, and square kilometers. Each source value is multiplied by its square-meter factor and then divided by the target factor, avoiding a web of pairwise formulas.
A concrete input and expected output from the current implementation.
Input
1 acre
Expected output
4,046.8564224 square meters; 0.40468564224 hectares
The international acre is defined as 4,840 square yards. With the exact yard-to-meter relationship, that equals 4,046.8564224 square meters.
One foot is 0.3048 meter exactly, so one square foot is 0.09290304 square meter. A linear conversion factor cannot be reused without squaring it.
Every source first becomes square meters. Converting from that reference to all target units keeps the calculation path consistent.
Area uses two dimensions. Squaring 0.3048 gives 0.09290304 square meter per square foot.
One square kilometer contains 1,000,000 square meters, while one hectare contains 10,000, so the answer is 100 hectares.
The example and behavioral notes were checked against the browser implementation. Standards and primary references below define the relevant format, formula, or platform behavior.
Convert CSV data into structured JSON arrays or objects with automatic type detection.
Transform JSON arrays and objects into downloadable CSV spreadsheet format.
Convert YAML configuration files to JSON format with validation and formatting.
Parse XML documents and convert them to equivalent JSON structure with attributes.
Convert tab-separated values to comma-separated format with proper escaping.
Convert numbers between binary, octal, decimal, and hexadecimal bases.