Binary System is a tool for learning the binary system in an interactive way.
You can use Binary System to see the representation of a byte value in binary.
Enter a decimal number that fits in a byte, and you will see how the bits change to represent the value as binary code. By pressing the simulate button you can watch in real-time how the binary digits change as the decimal value increments.
Features:
* Unsigned byte simulation
* Signed byte simulation
* Binary AND operations
Note:
Since the calculations are made upon one byte,
if the result is higher than what one byte can represent,
then you will get results that might look weird because of
byte overflow. It's an intended functionality of the app to show
you how byte overflows happens on bytes in languages such
as Java and C.
****************************************
If there is something you dislike about the app, think there's some missing feature
that should exist, have suggestions for how the app could be improved, then please tell us about it at the contact email down below.
二进制系统是一种以交互方式学习二进制系统的工具。
您可以使用二进制系统查看二进制字节值的表示形式。
输入一个适合一个字节的十进制数,您将看到这些位如何变化以将该值表示为二进制代码。通过按下模拟按钮,您可以实时观察二进制数字随十进制值的增加而变化的方式。
特征:
*无符号字节模拟
*有符号字节模拟
*二进制AND操作
注意:
由于计算是在一个字节上进行的,
如果结果高于一个字节可以表示的结果,
然后你会得到可能看起来很奇怪的结果
字节溢出。它是应用程序的预期功能
你如何在语言中的字节上发生字节溢出
作为Java和C.
****************************************
如果您对该应用程序不满意,请考虑一些缺少的功能
应该存在,有关如何改进应用程序的建议,然后请在下面的联系电子邮件中告诉我们。