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.
Binary System ist ein Tool zum interaktiven Erlernen des Binärsystems.
Sie können Binärsystem verwenden, um die Darstellung eines Bytewerts in Binärcode anzuzeigen.
Geben Sie eine Dezimalzahl ein, die in ein Byte passt, und Sie werden sehen, wie sich die Bits ändern, um den Wert als Binärcode darzustellen. Durch Drücken der Simulatortaste können Sie in Echtzeit beobachten, wie sich die Binärziffern ändern, wenn der Dezimalwert inkrementiert wird.
Eigenschaften:
* Vorzeichenlose Byte-Simulation
* Signierte Byte-Simulation
* Binäre UND-Operationen
Hinweis:
Da die Berechnungen auf einem Byte durchgeführt werden,
Wenn das Ergebnis höher ist als das, was ein Byte darstellen kann,
dann wirst du Ergebnisse bekommen, die vielleicht komisch aussehen
Byteüberlauf Es ist eine beabsichtigte Funktionalität der App zu zeigen
Sie wissen, wie Byte-Überläufe auf Bytes in Sprachen wie z
als Java und C.
****************************************
Wenn Sie etwas an der App nicht mögen, denken Sie, dass ein Feature fehlt
das sollte existieren, haben Vorschläge, wie die App verbessert werden könnte, dann erzähle uns bitte darüber in der Kontakt-Email unten.