Skip to main content
L
Loopaloo
Buy Us a Coffee
All ToolsImage ProcessingAudio ProcessingVideo ProcessingDocument & TextPDF ToolsCSV & Data AnalysisConverters & EncodersWeb ToolsMath & ScienceGames
Guides & BlogAboutContact
Buy Us a Coffee
L
Loopaloo

Free online tools for developers, designers, and content creators. All processing happens entirely in your browser - your files never leave your device. No uploads, no accounts, complete privacy.

support@loopaloo.com

Tool Categories

  • Image Tools
  • Audio Tools
  • Video Tools
  • Document & Text
  • PDF Tools
  • CSV & Data
  • Converters
  • Web Tools
  • Math & Science
  • Games

Company

  • About Us
  • Contact
  • Blog
  • FAQ

Legal

  • Privacy Policy
  • Terms of Service
  • Disclaimer

Support

Buy Us a Coffee

© 2026 Loopaloo. All rights reserved. Built with privacy in mind.

Privacy|Terms|Disclaimer
  1. Home
  2. Converters & Encoders
  3. Unit Converter
Add to favorites

Unit Converter

Convert length, weight, temperature, and volume units

Unit conversion looks trivial and has historically caused expensive mistakes. NASA's 1999 Mars Climate Orbiter was lost because thrust data was provided in pound-force-seconds but interpreted as newton-seconds, a 4.45x difference; the probe entered the Martian atmosphere at the wrong altitude and disintegrated. The conversion factor itself was not hard, it is a single multiplication, but trusting that one team's "units" matched another team's assumption is where real systems fail. This converter handles the arithmetic correctly across the common measurement domains: length (meters, feet, inches, miles, nautical miles), weight/mass (kilograms, pounds, ounces, stones, tons), temperature (Celsius, Fahrenheit, Kelvin, Rankine), volume (liters, gallons, fluid ounces, cubic meters), speed (m/s, km/h, mph, knots), area (m², ft², acres, hectares), and data storage (bytes, KB, MB, GB, with attention to the decimal-vs-binary distinction). Temperature conversion is the one that trips people up most often because the scales have different zero points and different degree sizes. Celsius to Fahrenheit is `F = C * 9/5 + 32`not just a multiplication. The freezing point of water is 0°C / 32°F and the boiling point is 100°C / 212°F, which means a 1°C change is 1.8°F. Kelvin is absolute-zero-based (0 K = -273.15°C) and uses Celsius-sized degrees. For weather and cooking, 0°C = 32°F is the everyday reference; for scientific work, Kelvin is the right choice because it supports multiplication without negative-value weirdness.

Runs in your browser and files never uploadedMore converters & encodersJump to full guide

Related reading

  • Unit Conversion: A Complete Reference Guide16 min read

Initializing in your browser…

You might also like

Image Format Converter

Convert images between PNG, JPG, WebP, AVIF, BMP formats. Features quality control, transparency support, and batch conversion for efficient workflow.

Unix Timestamp Converter

Convert between Unix/Epoch timestamps and human-readable dates. Supports seconds and milliseconds with timezone information

Audio Format Converter

Convert audio files between WAV, MP3, OGG, AAC, M4A, FLAC formats online. Adjust bitrate and quality settings. Free browser-based conversion with no file uploads to servers.

Unit Converter: a worked example

A spec sheet lists a top speed of 100 km/h and your US-facing copy needs mph (and the physics needs m/s).

Input

100 km/h
Unit Converter produces

Converted

62.137 mph
27.778 m/s
91.134 ft/s

Conversions use exact definitional factors (1 mile = 1.609344 km exactly), not rounded approximations, so chained conversions do not accumulate error. The tool covers length, mass, temperature, speed, data, and more, handling the cases people get wrong, like temperature being an offset scale, not a simple ratio.

What is Unit Converter?

Unit conversion looks trivial and has historically caused expensive mistakes. NASA's 1999 Mars Climate Orbiter was lost because thrust data was provided in pound-force-seconds but interpreted as newton-seconds, a 4.45x difference; the probe entered the Martian atmosphere at the wrong altitude and disintegrated. The conversion factor itself was not hard, it is a single multiplication, but trusting that one team's "units" matched another team's assumption is where real systems fail. This converter handles the arithmetic correctly across the common measurement domains: length (meters, feet, inches, miles, nautical miles), weight/mass (kilograms, pounds, ounces, stones, tons), temperature (Celsius, Fahrenheit, Kelvin, Rankine), volume (liters, gallons, fluid ounces, cubic meters), speed (m/s, km/h, mph, knots), area (m², ft², acres, hectares), and data storage (bytes, KB, MB, GB, with attention to the decimal-vs-binary distinction). Temperature conversion is the one that trips people up most often because the scales have different zero points and different degree sizes. Celsius to Fahrenheit is `F = C * 9/5 + 32`not just a multiplication. The freezing point of water is 0°C / 32°F and the boiling point is 100°C / 212°F, which means a 1°C change is 1.8°F. Kelvin is absolute-zero-based (0 K = -273.15°C) and uses Celsius-sized degrees. For weather and cooking, 0°C = 32°F is the everyday reference; for scientific work, Kelvin is the right choice because it supports multiplication without negative-value weirdness.

How to use

  1. 1Pick a measurement category (length, weight, temperature, etc.).
  2. 2Enter the value to convert.
  3. 3Select the source and target units.

Key features

  • Covers length, weight, temperature, volume, speed, area, and data storage
  • Bidirectional conversion
  • Supports both metric and imperial units
  • Instant results as you type

Common use cases

  • Cooking and recipes

    Convert between cups, tablespoons, milliliters, and grams when following recipes from different regions.

  • Travel planning

    Switch between miles and kilometers, Fahrenheit and Celsius for trips abroad.

  • Engineering calculations

    Quickly convert between metric and imperial measurements during design work.

How it works

Data storage units have a famous dual standard. Hard drive manufacturers use decimal (SI) units where 1 KB = 1,000 bytes, 1 MB = 1,000,000 bytes, 1 GB = 1,000,000,000 bytes. Operating systems (Windows, macOS, and Linux file managers) historically used binary units where 1 KB = 1,024 bytes (2^10), 1 MB = 1,048,576 bytes (2^20), 1 GB = 1,073,741,824 bytes (2^30). The difference grows with scale: at the terabyte level, 1 TB decimal = 0.909 TiB binary, which is why a "1 TB drive" shows up as 931 GB in your file manager when using binary interpretation. IEC standardized binary prefixes (KiB, MiB, GiB, TiB) specifically to resolve this ambiguity, but adoption is uneven, Linux tools use them correctly, macOS and Windows mostly still say "GB" when they mean "GiB".

Length and weight conversions are exact rational numbers in the SI system (1 inch is exactly 25.4 mm by international agreement since 1959) but historical units like "foot" have had multiple definitions over time (US survey foot vs international foot differ by about 2 parts per million, which matters for surveying but not for anything else). This converter uses the international-foot and modern-pound definitions consistently. Nautical units use different base conversions from land units: 1 nautical mile = 1,852 meters exactly (based on one minute of latitude along any meridian), and 1 knot = 1 nautical mile per hour. Aviation and maritime use nautical miles; everything else on the ground uses statute miles.

Area unit conversions are where dimensional thinking matters. 1 square mile is NOT 5280 square feet, it is 5280 squared, or 27,878,400 square feet, because area scales with the square of linear measure. Volume scales with the cube. This is the source of many errors in unit conversion when people try to "just multiply by 5280" from miles to feet for an area; converting the length dimensions separately and then multiplying area is correct but error-prone. The converter handles the power correctly so m² to ft² uses (3.28084)² = 10.764 as the factor, not 3.28084. For most everyday unit conversions you do not need to think about this, just pick source and target, but it is worth understanding if you are ever debugging a custom conversion and getting numbers that are off by a power of 10 or more.

Frequently asked questions

How accurate are the conversions?

Conversions use standard conversion factors and are accurate to many decimal places. Results are displayed with reasonable precision.

Private by design

Conversions run on your device in JavaScript. The values you enter are never sent over the network.