ONNONOONNNO

BIN / OCT / DEC / HEX converter

Convert arbitrarily large integers between numeral systems.

6

输入已知值

填写下方字段,结果将显示在旁边。

Binary (base 2)

公式

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

计算方法

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.

示例

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

相关计算器