Base-N Calculator
Perform arithmetic operations in any base (2-36)
Calculation Steps:
Result in Different Bases:
Base-N Information:
- Supports bases 2 through 36
- Uses 0-9 and A-Z for digits
- Common bases:
- Binary (Base 2): 0-1
- Octal (Base 8): 0-7
- Decimal (Base 10): 0-9
- Hexadecimal (Base 16): 0-9, A-F