ONNONOONNNO

BIN / OCT / DEC / HEX converter

Convert arbitrarily large integers between numeral systems.

6

Saisissez les valeurs connues

Remplissez les champs — le résultat apparaîtra à côté.

Binary (base 2)

Formules

N=i=0kdibiN=\sum_{i=0}^{k}d_i b^i

Comment ça marche

Enter a signed integer in binary, octal, decimal or hexadecimal form and get all four representations plus its bit length.

The value is parsed in the selected radix using arbitrary-precision integer arithmetic and then formatted in bases 2, 8, 10 and 16.

Exemples

Hexadecimal FF{"numberText":"FF","sourceBase":16}

Calculateurs associés