Wednesday, May 22, 2013

What is Binary. Whole binary alphabet set.


Well you might have heard this word many times called "Binary", but only a selected few actually know what it is and what it means. So this post is dedicated to every single individual who is'nt familiar with Binary,
When you learn most types of computer programming, you will touch upon the subject of binary numbers. Although this is a simple concept once explained, it is not always obvious how to read them. To understand binary numbers, let's first look at our normal system of base 10 numbers.

*If you look carefully, there's a pattern of the occurance of the numbers, so just look forward to it and once practiced it will come naturally to you.
Note that the last digit that is the "1" shifts one place leftwards after each alphabet, so that is the trick. Learn it and you've completed 0.01% programming.


Binary Alphabet Sets:


Alphabet to Binary Capital Letters:
A 01000001
B 01000010
C 01000011
D 01000100
E 01000101
F 01000110
G 01000111
H 01001000
I 01001001
J 01001010
K 01001011
L 01001100
M 01001101
N 01001110
O 01001111
P 01010000
Q 01010001
R 01010010
S 01010011
T 01010100
U 01010101
V 01010110
W 01010111
X 01011000
Y 01011001
Z 01011010

Alphabet to Binary Lower case
a 01100001
b 01100010
c 01100011
d 01100100
e 01100101
f 01100110
g 01100111
h 01101000
i 01101001
j 01101010
k 01101011
l 01101100
m 01101101
n 01101110
o 01101111
p 01110000
q 01110001
r 01110010
s 01110011
t 01110100
u 01110101
v 01110110
w 01110111
x 01111000
y 01111001
z 01111010


So next time you see something like this in a movie like Matrix or else, you can figure out yourself whats displayed on the screen.



Posted by R2blog. R2blog auto post for blogspot. Download at http://R2blogger.blogspot.com


0 comments:

Post a Comment