Convertitore di base numerica
Converti tra binario, ottale, decimale ed esadecimale — con precisione arbitraria (BigInt).
| Base | Valore | |
|---|---|---|
| Binary (base 2) | 0b11111111 | |
| Octal (base 8) | 0o377 | |
| Decimal (base 10) | 255 | |
| Hexadecimal (base 16) | 0xff |
Converti tra binario, ottale, decimale ed esadecimale — con precisione arbitraria (BigInt).
| Base | Valore | |
|---|---|---|
| Binary (base 2) | 0b11111111 | |
| Octal (base 8) | 0o377 | |
| Decimal (base 10) | 255 | |
| Hexadecimal (base 16) | 0xff |