Result
This page has no server side at all. The table you paste is parsed by JavaScript inside your own browser, the chart is drawn on a canvas element on your machine, and the export file is assembled locally. Nothing is uploaded, stored or written to any log. You can disconnect from the network after the page has loaded and everything will still work — which is the simplest way to verify the claim yourself.
Facts and limits of this method
| Formula | mass (kg) = force (N) / 9.80665 |
|---|---|
| Standard g | 9.80665 m/s² (the accepted international value of gravitational acceleration) |
| Reverse formula | force (N) = mass (kg) × 9.80665 |
When it misleads you
- A newton is a unit of force and a kilogram is a unit of mass; they aren't directly interchangeable. This converter computes the mass whose weight (the gravitational force acting on it) equals the entered force value under standard gravity — a common engineering task, not a literal one-unit-to-another conversion.
- Actual gravitational acceleration on Earth varies slightly with latitude and altitude (roughly 9.78 to 9.83 m/s²) — the converter uses the single standard value of 9.80665 m/s² adopted for technical calculations.
- On other planets or in weightlessness, an object's mass stays the same, but its weight (in newtons) would differ — this converter is calibrated for conditions at Earth's surface.
- Rounding is applied only to the displayed result — internal calculations use the full precision of JavaScript floating-point numbers.
How it is calculated
The entered force value in newtons is divided by the standard gravitational acceleration (9.80665 m/s²), giving the mass in kilograms whose weight on Earth produces that force.
The reverse factor (how many newtons one kilogram weighs) is shown as a separate line and equals the g value itself.
The result is rounded to the chosen number of decimal places.
The calculation updates instantly whenever the value or precision changes.
Questions and answers
Aren't newtons and kilograms different physical quantities?
Yes, a newton measures force and a kilogram measures mass. This converter solves a specific practical problem: it finds the mass whose weight on Earth equals a given force, rather than directly converting one unit into the other.
Where is this kind of conversion used?
In engineering calculations, lifting equipment specifications, working with force sensors (load cells), and other tasks where a force in newtons needs to be matched against a load's mass in kilograms.
Why is the value 9.80665 used specifically?
It's the standard gravitational acceleration adopted by international agreement for technical calculations — the actual value of g varies slightly depending on geographic location.
Is my data sent anywhere?
No, the whole calculation runs in your browser.