As you've heard your teacher say many times this year, It's all just
bits
. This
SPA was
created to help flesh out that idea.
A byte is a sequence of 8
bits. You can enter a byte below as an unsigned
integer between
0
and 255
. Clicking the
will then render those
bits as unsigned decimal, signed decimal,
binary,
octal, and
hexidecimal numbers,
as a code page 437
character, and finally as an
8-bit color.
Below are 7 different ways to interpret
the 8 bits determined by the
number you entered:
Unsigned Decimal | |
Signed Decimal | |
Binary | |
Octal | |
Hexadedimal | |
Code Page 437 | |
8-bit Color |