About

About conversionsofeverything.com

conversionsofeverything.com is a simple, fast, no-nonsense unit converter and tools hub. It’s built as a lightweight, static site: just HTML, CSS and JavaScript — no log-ins, no clutter, and only basic anonymous analytics so we can see what people actually use.

The site started with one goal: make it effortless to convert everyday values like kg to lb, cm to inches, °C to °F, or litres to gallons without pop-ups, distractions, or confusing interfaces. From there it’s grown into a collection of focused tools for fitness, cooking, DIY, travel, study and work.

All the unit conversions on this site run through a single, shared calculator on the home page. Every “kg to lbs”, “cm to inches”, “psi to bar” and other landing page simply pre-loads the main converter with the right category and units. That keeps everything fast, consistent and easy to share.

What you can do here

On the Unit Converter home page you can quickly switch between categories like:

Beyond conversions, the Tool Hub brings all the extra utilities into one place — including timers, clocks, countdowns, random pickers and more. Each tool lives on its own clean page, with a direct link you can bookmark or share.

How the converter works

Under the hood, the main converter uses a single JavaScript object that defines all categories and units. Each category has one base unit. Every conversion happens in two steps:

For example, all lengths are converted via metres, all masses via kilograms, all energies via joules, and so on. This keeps the maths consistent and avoids rounding errors building up when you convert between unusual pairs.

Accuracy and conversion factors

The conversion factors on this site follow standard, widely accepted definitions, for example:

Results are rounded to a sensible number of digits for readability, but the internal calculations keep more precision than most everyday or professional use requires.

Why so many landing pages?

People rarely search for “general unit converter”. Instead, they type very specific phrases into Google, like:

To make those searches more helpful, conversionsofeverything.com has dedicated landing pages for hundreds of common and niche conversions. Each one:

Quick examples you can try

You can link directly to any conversion using URL parameters: ?cat=<category>&from=<unit>&to=<unit>. For example:

Kg to lbs (body weight)
Category: mass (kg → lb)
https://conversionsofeverything.com/?cat=mass&from=kg&to=lb
Cm to inches (height)
Category: length (cm → in)
https://conversionsofeverything.com/?cat=length&from=cm&to=in
°C to °F (weather & ovens)
Category: temperature (C → F)
https://conversionsofeverything.com/?cat=temperature&from=C&to=F
Litres to US gallons (fuel & tanks)
Category: volume (L → galUS)
https://conversionsofeverything.com/?cat=volume&from=L&to=galUS
Psi to bar (tyre pressure)
Category: pressure (psi → bar)
https://conversionsofeverything.com/?cat=pressure&from=psi&to=bar
MB to GB (file sizes)
Category: data (MB → GB)
https://conversionsofeverything.com/?cat=data&from=MB&to=GB

Free tools beyond conversions

The site is growing into a broader collection of lightweight tools you can run right in your browser. In the Tool Hub you’ll find:

Contact and feedback

If you spot a typo, want a new unit or tool added, or have an idea that would make the site more useful, you’re very welcome to get in touch via the contact page.

Genuine feedback helps decide which new conversions, categories and tools we build next — from obscure unit pairs to new timers, clocks and calculators.