Binary Wizard Premium v1.0.1
Binary Wizard computes various calculations in binary as well as other bases and displays all the steps and solutions to arrive at the results. Binary Wizard can convert from any base into any base.
The app does the following and provides steps for each computation:
- Decimal to Binary base conversion
- Binary to Hexadecimal base conversion
- Binary to Octal base conversion
- Base-n to Decimal base conversion
- Base-n to Base-m base conversion
- Converts Binary to Text
- Converts Hexadecimal to Text
- Can convert into Two's Complement Format
- Can perform Two's complement addition
- Can perform Sign and magnitude Addition
- Can perform a simple right shift
- Can perform a simple left shift
- Can perform a circular right shift
- Can perform a circular left shift
- Can perform a arithmetic right shift
- Can perform a arithmetic left shift
- NOT logic operation
- AND logic operation
- OR logic operation
- XOR logic operation
- NAND logic operation
- Can convert binary into 32-bit floating points via the IEEE standard
- Can convert binary into n-bit floating points via the IEEE standard
- Can perform Booth's algorithm