Best Free Kushandura kwechimiro

Kushandura kureba, muviri, tembiricha, huwandu, nzvimbo, speed, data uye nguva - panguva imwe chete, pasina.

Choose a category and two units - type in either box and the other updates instantly. Click a result to copy it. Everything runs in your browser.
100% yemahara Hapana kumbopinda Hapana watermark Faira rakagadziriswa mupfungwa, risingachengetwe
Go Pro yeakanakisa AI mamodheru - vhidhiyo, vhidhiyo uye kufona - pamwe nekuwedzera kwakanyanya, kurodha pasi, ku prioritera mubhokisi rezvinyorwa uye pasina kumirira. Kuvandudza kuPro
Love Best.Free? Shandisa

Maitiro ekushanda

  1. Choose a category. Choose length, weight, temperature, volume, area, speed, data or time.
  2. Ingizai mari nezvikamu. Type mari uye sarudza zviuru kuti convert from uye to.
  3. Onawo chikonzero. The converted kukosha anoonekwa panguva imwe chete, pasina rounding zvishamiso.

Nezve iyi chirongwa

Unit Converter anobata mazuva ano kuchinja pakati 8 categories: urefu, muviri, tembiricha, mvura, mvura, nzvimbo, simba, data size uye nguva. Pick a category, nyora mashoko, uye sarudza zvikwata kuenda kubva uye kuenda - metric kuti imperial kana vice versa. The factors are exact where a standard defines them (an inch is exactly 2.54 cm), and temperature is handled with the proper formulas rather than a single ratio. It runs instantly and stores nothing.

Chii vanhu vanoshandisa kuti

  • Kushandura makiromita kuenda kumakiromita kana ma pounds kuenda kumakilograma
  • Kuchinjana kwechikafu pakati pecups, millilitres neounces
  • Convert °F to °C correctly (not with a ratio)
  • Kushanda kunze kwefaira mazita pakati peMB, MiB uye GB

Developer API

Automatize iyi chirongwa kubva yako pachako code. Send a POST request to the endpoint below and get the same result the web tool produces. It is rate-limited per IP and needs no signup - API keys for higher limits are coming.

POST https://best.free/api/tools/unit-converter/
Parameter Mufananidzo Anodarika Nhoroondo
category length Yes length/weight/temperature/volume/area/speed/data/time.
value 10 Yes
from mi Yes Source unit (e.g. mi, kg, C).
to km Yes Target unit.
curl -X POST https://best.free/api/tools/unit-converter/ \
  -H 'Content-Type: application/json' \
  -d '{"category": "length", "value": 10, "from": "mi", "to": "km"}'
import requests

r = requests.post(
    "https://best.free/api/tools/unit-converter/",
    json={"category": "length", "value": 10, "from": "mi", "to": "km"},
)
print(r.json())
const r = await fetch("https://best.free/api/tools/unit-converter/", {
  method: "POST",
  headers: { "Content-Type": "application/json" },
  body: JSON.stringify({ category: "length", value: 10, from: "mi", to: "km" }),
});
const data = await r.json();
console.log(data);

Kutenda: JSON with the converted value.

{"ok": true, "value": 16.09344, "formatted": "16.0934"}

Zvimwe zvinobvunzwa zvakanyanya

Mamwe marudzi ezviyero anosanganisira: nguva,

Kana chiyero chichitaura nezvehukama hwavo, zvinova zvakajeka - inch inoratidza 2.54 cm, pound inoratidza 0.453592 kg - saka unowana zviratidzo zvakajeka, kwete zvinongoreva kuti zvinongedzo.

Temperature haisi ratio yakapusa, saka Celsius, Fahrenheit uye Kelvin inoshandurwa nefomula dzayo dzakachena (kusanganisira 32° offset yeFahrenheit), zvichipa zviwanikwa zvakarurama.

MB ndiro 1,000,000 bytes (decimal) apo MiB ndiro 1,048,576 bytes (binary, 1024²).Data category inosanganisirawo zvakasiyana-siyana kuti iwe ugone kushandura pakati pekutengesa uye chokwadi zviratidzo.

Ndinoda. Choose chero maviri mayunitsi mukati mechikamu muimwe nzira - km kuti makiromita kana makiromita kuti km - uye kushandura inoita basa zvakasiyana.

Hapana. Kuchinjana kunofungidzirwa kune yako mibvunzo uye hapana chinochengetwa - hapana kushanyira chitoro chedu kana kushanyira webhusaiti yedu.

Yes. POST a JSON body to /api/tools/unit-converter/ and you get a JSON response back - the same engine the web tool uses, so results are identical. It is rate-limited per IP like the web version and needs no signup; API keys for higher limits are coming. See the API section above for ready-to-run curl, Python and JavaScript examples.

Yechokwadi - Unit Converter inowanikwa pasina mari, pasina watermark pazvigadzirwa zvako uye pasina mari yekubhadharisa.

Yakanaka. Yakabatana nebrowser yako, saka Unit Converter inoshanda pafoni, matablets uye desktop - hapana app yaunoda kuisa.

Hapana. Unit Converter inoita basa pasina kushambadza pazvinenge zvaitwa; inokwanisawo kuwanikwa chete nekushandisa account yemahara kuti uwane mikana yakawanda yekushandiswa.

Zvirongwa zvinobatana

Ratidza iyi peji
5.0/5 (0)

Chii chingatibatsira kuvandudzwa? Ruzivo rwako runogona kutibatsira kugadzirisa matambudziko.