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.
Il sistema binario è uno strumento per l'apprendimento del sistema binario in modo interattivo.
È possibile utilizzare il sistema binario per vedere la rappresentazione di un valore di byte in binario.
Inserisci un numero decimale che si adatta a un byte e vedrai come i bit cambiano per rappresentare il valore come codice binario. Premendo il pulsante di simulazione è possibile osservare in tempo reale come cambiano le cifre binarie al crescere del valore decimale.
Caratteristiche:
* Simulazione di byte senza segno
* Simulazione di byte firmati
* Operazioni binarie E
Nota:
Poiché i calcoli sono fatti su un byte,
se il risultato è superiore a quello che può rappresentare un byte,
quindi otterrai risultati che potrebbero sembrare strani a causa di
overflow di byte. È una funzionalità prevista dell'app da mostrare
come i byte overflow si verificano su byte in lingue simili
come Java e C.
****************************************
Se c'è qualcosa che non ti piace dell'app, pensa che ci sia qualche caratteristica mancante
che dovrebbe esistere, avere suggerimenti su come l'app potrebbe essere migliorata, quindi comunicacelo alla mail di contatto qui sotto.