Conversor de base numérica
Convierte entre binario, octal, decimal y hexadecimal — al instante y con precisión arbitraria (BigInt).
| Base | Valor | |
|---|---|---|
| Binary (base 2) | 0b11111111 | |
| Octal (base 8) | 0o377 | |
| Decimal (base 10) | 255 | |
| Hexadecimal (base 16) | 0xff |
Convierte entre binario, octal, decimal y hexadecimal — al instante y con precisión arbitraria (BigInt).
| Base | Valor | |
|---|---|---|
| Binary (base 2) | 0b11111111 | |
| Octal (base 8) | 0o377 | |
| Decimal (base 10) | 255 | |
| Hexadecimal (base 16) | 0xff |