Introduction: Learn to Talk Binary (The Efficient/hard Way)
In this tutorial, I will be teaching you how to talk... IN BINARY! Hope you Enj01!
Step 1: Take a Look at the Alphabet.
So, There are uppercase and lowercase letters, but for now we will only look at uppercase.
A = 0100 0001
B = 0100 0010
C = 0100 0011
At first glance, we can already recognize a pattern. The first 4 digits we can ignore for now. The last 4 digits go 0001, 0010, 0011, 0100, etc.
I would recommend trying to memorize a few benchmarks, for example:
A = 0001
B = 0010
D = 0100
H = 1000
Example: "A Bird Died Here".
Then, at P the first 4 digits change from 0100 to 0101! Now some other benchmarks would be:
P = 0000
Q = 0001
R = 0010
T = 0100
X = 1000
Example: "Please Question, Reply, and Talk about Xenophobia."
Step 2: Now, Just Practice!
All you have to do now is PRACTICE. If you truly want to get good at this (or anything for that matter), you just have to keep on practicing. Talk to your friends in binary! Teach them how to talk in binary! Pass notes around in class in binary!
Also, try decoding this (Actually try, I know you have that "binary to text" tab ready).
01000011 01001111 01001110 01000111 01010010 01000001 01010100 01010011 00100001 00100000 01011001 01001111 01010101 00100000 01000001 01010010 01000101 00100000 01001110 01001111 01010111 00100000 01001111 01000110 01000110 01001001 01000011 01001001 01000001 01001100 01001100 01011001 00100000 01000001 00100000 01000010 01001001 01001110 01000001 01010010 01011001 00100000 01000111 01010101 01011001 00100001 00100000 01001000 01001111 01010000 01000101 00100000 01011001 01001111 01010101 00100000 01001100 01001001 01001011 01000101 00100000 01010100 01001000 01001001 01010011 00100000 01010100 01010101 01010100 01001111 01010010 01001001 01000001 01001100 00100001
9 Comments
1 year ago on Step 2
the thing you said to translate translates to(this took me forever don't judge if i got it incorrect!)
CONGRATS YOU ARE NOW OFFICIALLY A BINARY GUY HOPE YOU LIKE THIS TUTORIAL
right tell me if I got it incorrect I'm stull struggling with it
1 year ago
01001001 00100000 01000001 01001101 00100000 01010011 01010100 01001001 01001100 01001100 00100000 01010011 01010100 01010010 01010101 01000111 01000111 01001001 01001100 01001001 01001110 01000111 00100000 01010111 01001001 01010100 01001000 00100000 01000010 01001001 01001110 01000001 01010010 01011001 00100000 01000010 01010101 01010100 00100000 01001001 00100000 01010101 01001110 01000100 01000101 01010010 01010011 01010100 01000001 01001110 01000100 00100000 01001001 01010100 00100000 01000001 00100000 01000010 01001001 01010100 00100000 01000010 01000101 01010100 01010100 01000101 01010010 00100000 01001110 01001111 01010111 00100000 01010100 01001000 01000001 01001110 01001011 00100000 01011001 01001111 01010101 00100000 01010100 01001000 01001001 01010011 00100000 01010100 01001111 01001111 01001011 00100000 01001101 01000101 00100000 01000110 01001111 01010010 01000101 01010110 01000101 01010010 00100000 01010100 01001111 00100000 01010100 01010010 01000001 01001110 01010011 01001100 01000001 01010100 01000101 00100000 01011000 01000100
2 years ago
01001100010011110101011001100101 010000110100000101010100 UWU 0100100001101001
8 years ago on Introduction
010010000110010101101100011011000110111100100001
8 years ago on Introduction
011011000110111101101100001000000110100100100000011000110110100001100101011000010111010001100101011001000010000001100001011011100110010000100000011101010111001101100101011001000010000001110100011010000110010100100000011000110110111101101110011101100110010101110010011101000110010101110010001000000110001001110101011101000010000001101001001000000111011101101001011011000110110000100000011101000111001001111001
8 years ago on Introduction
If any of you think I can improve this instructable, tell me! Like that you can help me help you. Also, if you have any questions feel free to ask!
8 years ago on Introduction
This is cool! I'm going to a Binary Ball in a couple weeks and I should totally learn to do this! Thank you for sharing.
Reply 8 years ago on Introduction
No prob. :)
8 years ago
this is very neat, however, I would recommend learning how to translate binary into numbers first(what it actually does) and then memorize what number each letter corresponds to. a=1 b=2 ect.
to learn how to Translate Binary into numbers read my instructable or a quick Internet search.
the benefits of this way is that for each letter you must only memorize it's 1-2 digit number instead of a string of 8 1's and 0's. also if doing this than you can use base 6 instead of base 10 (it will make sense after reading my instructable)(less digits per letter)
simply put, it's more of simple calculation to get the binary code and less memorization.