Base Math & Radix Calculator
Perform addition, subtraction, multiplication, and division across Binary, Octal, Decimal, and Hexadecimal bases
준비 중인 도구입니다.
🔒 Everything runs 100% in your browser. Your files and input are never uploaded to any server.
Calculate math operations across different bases. Computes arithmetic equations directly and translates intermediate steps into target radices.
How to use
- Enter two numbers and select their respective bases (2, 8, 10, or 16).
- Choose an arithmetic operator (+, -, *, /).
- Review the decimal conversions, calculation process, and output values converted back to all four bases.
FAQ
- What do letters A to F mean in hexadecimal systems?
- In base 16, values from 10 to 15 are represented by single characters: A=10, B=11, C=12, D=13, E=14, and F=15.
