Number Base Converter
Convert integers between base 10, 2, 16, and 8 instantly, with grouped binary output for readability. Run bitwise operations (AND, OR, XOR, NOT, shifts) and see results in every base at once.
Features
- Decimal, binary, hex, and octal conversion
- BigInt support for arbitrarily large numbers
- Bitwise AND / OR / XOR / NOT / shifts
- Grouped binary output for readability
Frequently Asked Questions
- Does it handle large numbers?
- Yes. All conversions use BigInt so arbitrarily large integers work without precision loss.
- What bitwise operations are supported?
- AND, OR, XOR, NOT, left shift, and right shift - each result is shown simultaneously in all four bases.
- How is binary output formatted?
- Binary is grouped into 4-bit nibbles for readability, similar to how hex is written.