UtilToolkits
Request a Tool
Home
Text Tools
Image Tools
CSS Tools
Coding Tools
Color Tools
Calculator Tools
Productivity Tools
Fun Tools
Video Tools
Other Tools
BlogAI Content Detector
CodeCast
Play CodeType CodeCode to Image

Your Favorites

Sign in to view your favorites

Browse by category
Text (14)Image (14)CSS (9)Coding (23)Color (4)Calculator (9)Productivity (8)Fun (4)Video (7)Other (2)All tools →Blog →
UtilToolkits
© 2026 UtilToolkits. All Rights Reserved.
AboutContactPrivacyTerms
  1. Home
  2. Blogs
  3. Unit Converter: Length, Weight, Temperature, Data Size, CSS Units, and More

Unit Converter: Length, Weight, Temperature, Data Size, CSS Units, and More

UtilToolkits2025-12-14

TL;DR — The Unit Converter handles length, weight, temperature, time, area, speed, data size, and CSS units in one place. For live exchange rates use the Currency Converter; for cooking and weather quick-conversions, the dedicated Temperature Converter.

Conversions that trip people up

  • KB vs KiB. 1 KB = 1,000 bytes (SI). 1 KiB = 1,024 bytes (binary). Hard drives use KB, OS reports often use KiB — that’s why "1 TB drive" shows as ~931 GiB in Windows.
  • px vs rem vs em. 1 rem = the root font size (usually 16 px). 1 em = the parent’s font size. Use rem for accessible scaling, em for component-relative sizing.
  • Celsius ↔ Fahrenheit. F = C × 9/5 + 32. Memorize: 0 °C = 32 °F, 100 °C = 212 °F, 20 °C ≈ 68 °F (room temp).
  • kg ↔ lb. 1 kg ≈ 2.205 lb. 1 lb ≈ 0.454 kg.
  • km ↔ mi. 1 km ≈ 0.621 mi. 1 mi ≈ 1.609 km.

Use the converter in 5 seconds

  1. Open the Unit Converter.
  2. Pick a category (length, weight, temperature, etc.).
  3. Type the value in any unit — every other unit updates live.
  4. Copy whichever output you need.

Categories supported

  • Length — mm, cm, m, km, in, ft, yd, mi, nautical mi.
  • Weight — mg, g, kg, t, oz, lb, st.
  • Temperature — Celsius, Fahrenheit, Kelvin.
  • Time — ms, s, min, h, day, week, year.
  • Area — m², km², ft², acre, hectare.
  • Speed — m/s, km/h, mph, knots.
  • Data size — bytes through TiB, both SI and binary.
  • CSS — px, rem, em, % (with configurable root size).

FAQ

Is 1 GB the same as 1 GiB?

No. 1 GB = 10⁹ bytes (1,000,000,000). 1 GiB = 2³⁰ bytes (1,073,741,824). The difference grows at larger scales — a "16 GB" SD card holds ~14.9 GiB.

What’s 1 rem in pixels?

By default, 16 px (the browser default root size). If the user has increased browser font size, 1 rem scales with it — which is why rem-based layouts are more accessible than px.

Does the converter use live currency rates?

The Unit Converter handles physical units. For live FX, use the dedicated Currency Converter.

Math toolkit

  • Unit Converter — every category, one tool.
  • Currency Converter — live FX rates.
  • Temperature Converter — quick C/F/K.

Tools Mentioned

Unit Converter

Convert between different units of measurement.

Currency Converter

Convert between different currencies.

More Blogs

JSON Formatter & Validator: A Practical Guide for Developers (2026)

2025-12-11

CSS Gradient Generator: Build Linear, Radial, and Mesh Gradients Visually (2026)

2025-12-11

Strong Password Generator: How to Make Passwords Hackers Can’t Crack (2026 Guide)

2025-12-11

Image Optimization Guide: Compress, Resize, and Convert for Faster Sites + Better SEO

2025-12-12

SEO Word Count Guide: Optimal Length for Titles, Meta Descriptions, and Blog Posts (2026)

2025-12-12
View All Blogs →