THE BINARY CODE
The Binary according to: The American Heritage Dictionary of the English Language
binary cod·ed decimal (ko¹dîd)
Computer Science.
A code in which a string of four binary digits represents a decimal number.
binary digit
Either of the digits 0 or 1, used in the binary number system.
binary number system
A method of representing numbers in which only the digits 0 and 1 are used. Successive units are powers of 2. Also called binary system.
ENCYCLOPÆDIA BRITANNICA
binary number system
in mathematics, positional numeral system employing 2 as the base and requiring only two different symbols, 0 and 1. The importance of the binary system to information theory and computer technology derives mainly from the compact and reliable manner in which data can be represented in electromechanical devices with twox states--such
z as "on-off," "open-closed," or "go-no go."
THE TABLE OF BINARY CODE NUMBER VALUE
CAPITAL
A |
B |
C |
D |
E |
F |
G |
01000001 |
01000010 |
01000011 |
01000100 |
01000101 |
01000110 |
01000111 |
H |
I |
J |
K |
L |
M |
N |
01001000 |
01001001 |
01001010 |
01001011 |
01001100 |
01001101 |
01001110 |
O |
P |
Q |
R |
S |
T |
U |
01001111 |
01010000 |
01010001 |
01010010 |
01010011 |
01010100 |
01010101 |
V |
W |
X |
Y |
Z |
|
01010110 |
01010111 |
01011000 |
01011001 |
01011010 |
SMALL CAPS
a |
b |
c |
d |
e |
f |
g |
01100001 |
01100010 |
01100011 |
01100100 |
01100101 |
01100110 |
01100111 |
h |
i |
j |
k |
l |
m |
n |
01101000 |
01101001 |
01101010 |
01101011 |
01101100 |
01101101 |
01101110 |
o |
p |
q |
r |
s |
t |
u |
01101111 |
01110000 |
01110001 |
01110010 |
01110011 |
01110100 |
01110101 |
v |
w |
x |
y |
z |
|
01110110 |
01110111 |
01111000 |
01111001 |
01111010 |
NUMBERS
0 |
1 |
2 |
3 |
4 |
00110000 |
00110001 |
00110010 |
00110011 |
00110100 |
5 |
6 |
7 |
8 |
9 |
00110101 |
00110110 |
00110111 |
00111000 |
00111001 |