Number / Base Converter
Convert numbers between binary, octal, decimal, and hex; reinterpret values as signed or unsigned at common bit widths; run bitwise operations; and convert between SI (1000-based) and IEC (1024-based) data-size units. All calculations use BigInt so large integers stay exact.
| Binary | 11111111 | |
| Octal | 377 | |
| Decimal | 255 | |
| Hex | ff |