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.
Sistema Binário é uma ferramenta para aprender o sistema binário de forma interativa.
Você pode usar o Sistema Binário para ver a representação de um valor de byte em binário.
Digite um número decimal que se encaixa em um byte e você verá como os bits mudam para representar o valor como código binário. Ao pressionar o botão simular, você pode observar em tempo real como os dígitos binários mudam conforme o valor decimal é incrementado.
Características:
* Simulação de byte não assinado
* Simulação de byte assinado
* Operações binárias AND
Nota:
Como os cálculos são feitos em um byte,
se o resultado for maior do que o que um byte pode representar,
então você obterá resultados que podem parecer estranhos por causa de
excesso de bytes. É uma funcionalidade pretendida do aplicativo para mostrar
você como estouros de byte acontece em bytes em idiomas como
como Java e C.
****************************************
Se houver algo de que você não goste no aplicativo, pense que há algum recurso ausente
que deveria existir, tem sugestões de como o aplicativo poderia ser melhorado, então por favor nos fale sobre isso no email de contato abaixo.