Prevodník číselných základov

Prevod čísel medzi binárne, osmičkové, desatinné a hexadecimálne.

Výsledok
Konverzia

Výsledky sa aktualizujú počas písania.

O tejto kalkulačke

number base converter reads the value in the source base, works out its plain decimal value, and re-expresses that value in the target base. A number base converter reads your value in the source base, works out its plain decimal value, and re-expresses that value in the target base. A number base converter reads your value in the source base, works out its plain decimal value, and re-expresses that value in the target base. A number base converter reads your value in the source base, works out its plain decimal value, and re-expresses that value in the target base.Worked example: the number base converter reads the number base converter reads the number base converter reads the number base converter reads the number base converter reads the number base converterWorkedWorked example: the number base converter reads the number base converterWorkedWorked example: the number base converter reads the number base converterWorked example: the number base converter reads the number base converterWorked example: the number base converter reads the number base converterWorked example: the number base converter reads the number base converterWorked example: the number base converter reads the number base converterWorked example: the number base converterWorked example: the number base converterWorked example: the number base converterWorked example: the number base converterWorked example: the number base converterWorked example: the number base converterWorked example: the number base converterWorked example: the number base converterWorked example: the number base converterWorked example: the number base converterWorked example: the number base converterWorked example: the number base converterWorked example: the number base converterWorked example: the number base converterWorked example: the number base converterWorked example: the number base converterWorked example: the number base converterWorked example: the number base converterWorked example: the number base converterWorked example: the number base converterWorked example: the number base converterWorked example: the number base converterWorked example: the number base converterWorked example: the number base converterWorked example: the number base converterWorked example: the number base converterWorked example: the number base converterWorked example: the number base converterWorked example: the number base converterWorked example: the number base converterWorked example: the number base converterWorked example: the number base

Často kladené otázky

Ako previesť desatinné číslo na binárne?

Opakujte delenie 2 a čítajte zvyšok od spodu nahor, napríklad 10 v desiatkovej sústave je 1010 v binárnej sústave a 255 je 11.

Na čo sa používa hexadecimálny systém?

Hexadecimálne číslo 255 je FF v hexadecimálnom systéme, hexadecimálne číslo 256 je FF v hexadecimálnom systéme, hexadecimálne číslo 257 je FF v hexadecimálnom systéme.

Prečo sa na mojom čísle zobrazuje pomlčka?

Číslice musia byť platné pre zdrojovú základňu - napríklad iba 0 a 1 v binárnom systéme, alebo 0-9 a A-F v hexadecimálnom systéme.Neplatná číslica spôsobí, že výsledok je nedefinovaný.

Čo znamenajú písmená A až F v hexadecimálnej sústave?

Sú to jednotlivé číslice pre hodnoty 10 až 15: A je 10, B je 11, až po F, ktoré je 15.To umožňuje základ 16 prispôsobiť čísla až do 15 na jednom mieste predtým, než musí niesť.

Prečo sa každá hexadecimálna číslica rovná štyrom binárnym čísliciam?

Keďže 16 sa rovná 2 na štvrtú mocninu, každá hexadecimálna číslica pokrýva presne štyri bity, takže bajt 11 sa zoskupí do 1 1, čo je FF – tento konvertor základov čísel to zoskupenie vykoná za vás.

Dokáže tento prevodník spracovať veľmi veľké čísla?

Pracuje s celými číslami a je presný až do rozsahu, v ktorom sú uložené celé čísla (približne 9 kvadriliónov, alebo 2⁵³).Okrem toho extrémne dlhé binárne alebo hexadecimálne reťazce môžu stratiť presnosť v posledných čísliciach.

❤️ Láska Calculator.Free? Zdieľaj to!

𝕏  X Facebook Reddit
API — použite túto kalkulačku z kódu

Zavolajte túto kalkulačku ako voľný koncový bod JSON – nevyžaduje sa žiadny kľúč.Odoslať hodnoty polí nižšie ako parametre dotazu alebo JSON. Prečítajte si celú dokumentáciu API →

Koncový bod

GET https://calculator.free/api/v1/number-base/

curl

curl "https://calculator.free/api/v1/number-base/?amount=255&from=10&to=2"

JavaScript fetch()

const r = await fetch(
  "https://calculator.free/api/v1/number-base/?" + new URLSearchParams({
    "amount": "255",
    "from": "10",
    "to": "2"
  }));
const data = await r.json();
console.log(data.results);

Výsledky sú odhady len pre všeobecné usmernenie, nie finančné, lekárske alebo daňové poradenstvo.