Единствената идея зад почти всяко преобразуване на единици
Nearly every category on this page works the same way under the hood: each unit has a fixed factor relative to one "base" unit in its category — metres for length, kilograms for weight, litres for volume, seconds for time. To convert anything, you convert it to the base unit first, then convert from the base unit to whatever you actually want.
Резултат = Стойност × (фактор на изходната единица ÷ фактор на целевата единица)
Worked example: converting 5 miles to kilometres. A mile's factor is 1,609.344 (metres), a kilometre's factor is 1,000. So 5 × 1,609.344 ÷ 1,000 = 8.05 km. The calculator does exactly this arithmetic — it just hides the base-unit step and shows you the direct factor.
Щом го видите по този начин, причината две привидно произволни единици да се преобразуват чисто спира да се чувства като магия — и двете са просто кратни на едно и също основно количество.
Защо температурата нарушава модела
Temperature is the one category here that can't use a simple multiplication, because Celsius, Fahrenheit, and Kelvin don't all start counting from the same zero. Water freezes at 0°C, 32°F, and 273.15 K — three different numbers for the exact same physical temperature — so converting between them needs an offset, not just a ratio:
| Преобразуване | Формула |
|---|---|
| °C → °F | (°C × 9/5) + 32 |
| °F → °C | (°F − 32) × 5/9 |
| °C → K | °C + 273.15 |
| K → °C | K − 273.15 |
What each category covers
Десет категории са вградени в този конвертор, всяка от които е закотвена към своя собствена базова единица:
| Category | Основна единица | Example units |
|---|---|---|
| Дължина | Метър | миля, фут, инч, светлинна година |
| Weight | Kilogram | паунд, унция, камък, карат |
| температура | — | Целзий, Фаренхайт, Келвин, Ранкин |
| Volume | Liter | галон, чаша, супена лъжица, кубичен фут |
| Area | Квадратен метър | acre, hectare, square mile |
| Скорост | Метър/секунда | mph, възел, Mach |
| време | Второ | седмица, месец, десетилетие |
| Digital storage | Байт | kilobyte, gibibyte, megabit |
| налягане | Паскал | бар, PSI, атмосфера |
| Energy | Джаул | калории, kWh, BTU |
Метрична срещу имперска: защо и двете все още съществуват
The metric system builds everything from base-10 multiples of a handful of base units — a kilometre is exactly 1,000 metres, a kilogram is exactly 1,000 grams — which makes the arithmetic behind it clean and predictable. Imperial and US customary units (inches, feet, pounds, gallons) evolved from older, more local standards, so their ratios are less tidy: 12 inches to a foot, 3 feet to a yard, 5,280 feet to a mile.
Almost every country has adopted metric as its official system; the United States remains the largest holdout for everyday imperial use, which is exactly why a converter that speaks both fluently earns its keep.
Килобайт срещу кбибайт: несъответствие в размера на паметта
This is the one everybody's bumped into without knowing the cause: you buy a "1 TB" drive, plug it in, and your computer reports something closer to 931 GB. Nothing is missing — two different counting conventions are colliding.
Производителите на хранилища използват десетичната (SI) дефиниция, където 1 KB = 1000 байта и 1 TB = 1 000 000 000 000 байта. Повечето операционни системи отчитат размерите на файловете и устройствата, като използват вместо това двоичната конвенция, където 1 KiB = 1024 байта и единиците се съставят оттам (1 MiB = 1024 KiB и т.н.). Направете сметката на 1 TB устройство съгласно двоичната конвенция и ще стигнете до приблизително 931 GiB — същото физическо хранилище, отчетено в различен мащаб.
Този калкулатор включва и двете — килобайт/мегабайт/гигабайт за десетичната конвенция и кибибайт/мебибайт/гибибайт за двоичната — така че можете да преобразувате между коя двойка действително съответства на това, което сравнявате.