A Completely Free handy Calculator for binary operations π±
Official Google Play Store Download Link : https://play.google.com/store/apps/details?id=com.binarycalculator.ayidouble.binarycalculator.app
A handy Calculator for binary operations, that works on all devices. π± π» π₯
Feel free to use the Calculator for teaching Numeral systems as an example. If you have Suggestions or find Errors, you're free to contact me on GitHub or submit your changes. The Reason why I build this Calculator was, because there wasn't a good one on the Web.
The Binary Calculator is just a Website that each possible device can access to.
- Smartphone (Android/iOS etc.) π±
- Tablet (Chrome, Firefox, Edge, Safari) π±
- Laptop (Chrome, Firefox, Edge, Safari) π»
- Desktop (Chrome, Firefox, Edge, Safari) π₯
-
+ (Addition)
-
- (Subtraction)
-
* (Multiplication)
-
/ (Division)
-
! (NOT) ex. ! 10101010 = 01010101
-
<< (Bitwise Left Shift) ex. 1010 << 0101
-
>> (Bitwise Right Shift) ex. 1010 >> 0101
-
AND / NAND
-
OR / NOR
-
XOR / XNOR
The Calculator is designed to give responses on every action, this is noticeable as an example at the addition of two Bytes, while you're typing, an algorithm already calculates every number you type and displays the result.
- see how Hexadecimal Values are stored in Binary (ex. HTML Color Codes RGB(255, 255, 255) = RGB(8-Bit, 8-Bit, 8-Bit))
- how much 8, 16, 32 Bit can store, (ex. unsigned 8-Bit can store values from (00000000) 0 ... 255 (11111111))
- see how other numeral systems are working (ternary, quaternary, octal, hexadecimal)