About All Unit Converter
All Unit Converter is a free, independent web tool that handles the everyday conversions people actually need — length, mass, temperature, time, digital storage, number systems and more — without accounts, uploads, or page reloads. It is built and maintained by one person, and this page explains who that is, why the site exists, and how the numbers behind it are kept accurate.
Who is behind this site
My name is Arun Neupane. I'm a Computer Science and Information Technology (CSIT) student and self-taught web developer from Parbat, Nepal. I build small, focused web tools in plain HTML, CSS and JavaScript — no heavy frameworks — because I like software that loads instantly and does one job well. All Unit Converter is one of those projects, and I maintain it personally.
You can verify who I am and see my other work through my public profiles: GitHub, YouTube, and Instagram. The full source code for this site is open and public (linked below), so anyone can inspect exactly how each conversion is calculated.
Why I built it
I kept running into the same frustration: I'd search for something simple like "cups to grams" or "hex to decimal," land on a converter site, and have to wait through a page reload and dodge full-screen ads just to read one number. So I built the tool I wanted — every calculation runs instantly in your browser as you type, the layout stays out of the way, and the answer is the first thing you see. It started as a personal utility and a way to sharpen my own JavaScript, and it grew into the nine tools on the site today.
How I keep the conversions accurate
A converter is only worth using if you can trust the number it gives back. My standards for this site:
- Defined constants are used exactly. Where a conversion has an internationally agreed value — for example 1 inch = 2.54 cm, 1 foot = 0.3048 m, or 1 pound = 453.59237 g — the tool uses the full defined value, not a rounded shortcut.
- Digital storage is handled honestly. The Data converter distinguishes binary units (1 KiB = 1,024 bytes) from decimal units (1 KB = 1,000 bytes), because conflating them is the single most common cause of "wrong" storage numbers.
- Reported problems get fixed. When a user has flagged an error in the past, I've corrected the calculation and redeployed. If you spot something off, tell me — see the note below.
Your privacy
This site does not ask you to sign in and does not send what you type to any server. All conversions are computed locally in your browser, which also means the tools keep working offline once the page has loaded. Details are on the Privacy Policy page.
Found a mistake? Tell me.
I would genuinely rather hear about a wrong result than have it sit there misleading people. If a conversion looks incorrect, a unit is missing, or something is broken on your device, please reach me through the contact page. Corrections and suggestions are always welcome, and I read every message myself.
Technology: hand-written HTML, CSS and vanilla JavaScript, delivered as an installable Progressive Web App. No trackers, no third-party analytics beyond what is disclosed in the privacy policy.
Made with
by Arun Neupane