Unit Converter
Convert between common units (bytes, time, length).
About this tool
Unit Converter handles the everyday conversions a developer or sysadmin runs into: data sizes (B, KB, MB, GB, TB, KiB, MiB, GiB, TiB), data-transfer rates (bps, Kbps, Mbps, Gbps and their byte-per-second cousins), time (seconds to days to years), length (mm to km, in to mi), temperature (°C ↔ °F ↔ K), and angles (degrees ↔ radians ↔ gradians). All conversions happen client-side at full IEEE-754 precision.
Each category has its own panel with a source value, a source unit, and a target unit — change any of them and the converted value updates instantly. For data and bandwidth, both decimal (SI: kB = 1000 B) and binary (IEC: KiB = 1024 B) are supported side-by-side, with a clear label on which is which. Time units include both standard (second = 1) and "everyday" (working day = 8 hours) interpretations.
When to use this tool
- Reading docs that mix units. AWS quotes EBS throughput in MiB/s, Azure in MB/s, and Cloudflare in Mbps — convert once to compare.
- Provisioning storage. A 500 GiB volume on a budget marked in TB — quick check it fits.
- Reading legacy timestamps. Convert "3,600,000 milliseconds" to "1 hour" without thinking.
- Quick scientific calculations. Temperature for a sous-vide recipe, RPM-to-rad/s for a hobby motor — small everyday conversions that do not need a full CAD calculator.