Number Base Converter
Convert numbers between binary, octal, decimal, and hexadecimal — instantly and with arbitrary precision (BigInt).
| Base | Value | |
|---|---|---|
| Binary (base 2) | 0b11111111 | |
| Octal (base 8) | 0o377 | |
| Decimal (base 10) | 255 | |
| Hexadecimal (base 16) | 0xff |
Convert numbers between binary, octal, decimal, and hexadecimal — instantly and with arbitrary precision (BigInt).
| Base | Value | |
|---|---|---|
| Binary (base 2) | 0b11111111 | |
| Octal (base 8) | 0o377 | |
| Decimal (base 10) | 255 | |
| Hexadecimal (base 16) | 0xff |