Image Converter & Compressor
Convert images between WebP, JPG, PNG, and AVIF in your browser and compress them with a quality slider. Batch convert, optionally resize, strip EXIF — 100% client-side, nothing uploaded.
Convert length, weight, temperature, area, volume, speed, time, and digital storage instantly and free, right in your browser.
A Unit Converter is a free tool that changes a measurement from one unit into another—across length, weight/mass, temperature, area, volume, speed, time, and digital storage. Pick a category, choose your from and to units, and type a value; the result appears instantly, works in both directions, and shows the exact factor or formula it used.
Everything runs entirely in your browser with JavaScript. There are no page reloads, no API calls, and nothing you type is ever sent to a server, so conversions are instant and completely private.
The converter groups related units into eight categories so the dropdowns stay short and relevant:
Most units convert through a single base unit multiplied by a fixed factor—one metre is always 3.28084 feet, for example. Temperature is different because its scales do not share a zero point. Converting Celsius to Fahrenheit uses °F = °C × 9/5 + 32, and Celsius to Kelvin uses K = °C + 273.15. This tool applies those proper formulas instead of a naive multiplier, so 0 °C correctly becomes 32 °F rather than 0.
It is fast, private, and transparent: every result is paired with the exact factor or formula used, which is handy for homework, engineering checks, cooking, travel, and file-size math. Because the logic is pure vanilla JavaScript with no libraries, it stays responsive and keeps working even after you go offline. If you work with raw numeric bases rather than measured quantities, a Number Base Converter handles binary, octal, decimal, and hexadecimal instead, and designers reaching for color values can turn hex codes into channels with a Hex to RGB Converter.
This tool is built for physical measurements and storage sizes, so use it whenever you are turning one unit of the same quantity into another. For a specific point in time rather than a duration, a Unix Timestamp Converter translates epoch seconds into human-readable dates, which the Time category here does not attempt. And if you are measuring the length of written text rather than a physical length, a Word Counter tallies words and characters instead of metres and feet.
It covers eight categories: Length, Weight/Mass, Temperature, Area, Volume, Speed, Time, and Digital Storage. Each category has its own set of common units so the dropdowns stay focused and relevant.
Yes. You can type into either the From or the To field and the opposite side updates instantly. A swap button also lets you reverse the two chosen units in one click.
Temperature uses proper formulas rather than a single multiplier because Celsius, Fahrenheit, and Kelvin do not share a zero point. For example, Fahrenheit is calculated as °C × 9/5 + 32, and Kelvin as °C + 273.15.
KB (kilobyte) is decimal and equals 1,000 bytes, while KiB (kibibyte) is binary and equals 1,024 bytes. The converter includes both so you can match whichever convention a device or program uses.
Yes. A line beneath the input fields displays the exact conversion factor for linear units, or the full formula for temperature, so you can see and verify how each result was produced.
No. Every conversion happens locally in your browser with JavaScript. Nothing is uploaded, logged, or stored, and the tool keeps working even if you go offline after the page loads.