Weight Converter
Converts a weight between milligrams, grams, kilograms, ounces, and pounds all at once. Enter a number followed by a unit, e.g. "1 kg".
Converts a weight between milligrams, grams, kilograms, ounces, and pounds all at once. Enter a number followed by a unit, e.g. "1 kg".
Use cases
- Converting a recipe between metric and imperial weight units
- Checking a package weight in multiple units at a glance
Examples
1 kilogram
1 kg
{"mg": 1000000.0, "g": 1000.0, "kg": 1.0, "oz": 35.274, "lb": 2.2046}FAQ
Is my data sent to a server?
Yes — the conversion runs on the server for this tool.