@Spraypoint3495 Definitely! Think about our normal number system (base 10). Though you may not realize it, it is read from right to left as well, with the digit furthest to the right being its coefficient multiplied by 10^0 (aka 1). The next digit (the tens place) is its respective coefficient multiplied by 10^1, and so on. Knowing this, would it make any sense to read our number system (or any number system of any base) from left to right? Thanks for the question!
@MagoFerret4 I did, and i figured it out. You just need to know that the numbers for capital letters are 65-90 and lower case is 97-122 and you figure out the binary for that number, and it is that letter.
@Isaacljw42 well you just pick the letter you want to put, C for example, and the number of... A is 1//B is 2,//C is 3//D is 4, etc. C is 3, so you convert 3 to binary which is 11
then you pick if you want it to be a capital C or a lowercase c. lowercase starts with 011 and capital starts with 010. I'll do capital. so it would start with 010- now you take 11 and add zeroes to the beginning until it has 5 digits. so it would be 00011
then you just put 010 and 00011 together to get binary.
@dialgoraxx Think of ternary as identical to binary, with the only differences being the power involved and digits used. Simply put, binary uses powers of two and the digits 0 and 1, while ternary involves powers of three and uses the digits 0, 1 and 2. Here's an example of how ternary works:
Thank u for this video, i took 1 entire year of digital electronics and i remember my teacher showing us this and making it more complicated than it was and i didnt understand it. I think this is used in computer programming or something im not sure but at least i can understand it now. Thanks again
:) smiles....I want to learn to "REad binary" without calculating, All in Seeing it, 01= Capital, 0101=p-z and a-c-e-g-i-k-(by twos =1) and b-d-etc.= 0 at end and stuff.... :) I want to learn to narrow the letter down.... not needing to calculate XD!
Think about it this way: one letter equals 8 binary digits (a byte). To make a letter, find its place in the alphabet (a = 1, ect.). Then, to make it upper case, just add 010 to the front of the binary number. For lower case, add 011.
*When using this format, make sure that the number you're using to represent the letter is 5 digits long.
:) thanks Your really helpful, I think you should, 'cuz well There are only a few video tutorials on this stuff, and this fact does come in handy in reading:) GL and TY
my dad taught me binary (best dad ever!)
and when my math teacher asked me how old i was i held up 4 fingers
he was inpress that a 4yr old was in his class :P
1111 = 15 (my age)
njm1112 1 week ago
this totally helped me..
ThePstewart1 3 weeks ago
Learn Binary 101?
Hah! I get it! xD
warguy58 1 month ago
Simple and perfect!
musicis4evarrr 4 months ago
when i use a converter, its more, here is five, 001101010000110100001010, y is that, also how do u use a space
SmartAlecz 4 months ago
@SmartAlecz 5=00110101
5
=001101010000110100001010 (With a Linebreak after the 5)
unknownuser09PS3 2 months ago
@unknownuser09PS3 110 101 ?
gatoo23 2 months ago
How do you turn it into letters?
lunaleaf 5 months ago
i though it was from left to right. does it make a difference?
Spraypoint3495 6 months ago
@Spraypoint3495 Definitely! Think about our normal number system (base 10). Though you may not realize it, it is read from right to left as well, with the digit furthest to the right being its coefficient multiplied by 10^0 (aka 1). The next digit (the tens place) is its respective coefficient multiplied by 10^1, and so on. Knowing this, would it make any sense to read our number system (or any number system of any base) from left to right? Thanks for the question!
MagoFerret4 6 months ago
Sooooo... "Learn Binary 5"?
DerekkAlexander 6 months ago
@DerekkAlexander I'm surprised no one's said that yet, but you ARE correct!
MagoFerret4 6 months ago 3
Not not not be avised the code 101 00001 011 100001 is a code UFO E.T
igormaiarj 7 months ago
Hellla good explantion!
ricky9317 7 months ago
I love this tutorial, good job and explanation dude.
XSASHYBABYX 8 months ago
I know 5 computer languages
01001001 00100000 01101011 01101110 01101111 01110111 00100000 00110101 00100000 01100011 01101111 01101101 01110000 01110101 01110100 01100101 01110010 00100000 01101100 01100001 01101110 01100111 01110101 01100001 01100111 01100101 01110011
49 20 6b 6e 6f 77 20 35 20 63 6f 6d 70 75 74 65 72 20 6c 61 6e 67 75 61 67 65 73
SSBrbm93IDUgY29tcHV0ZXIgbGFuZ3VhZ2Vz
73 32 107 110 111 119 32 53 32 99 111 109 112 117 116 101 114 32 108 97 110 103 117 97 103 101 115
nugget141000 8 months ago
@nugget141000 how did u learn those?
mrreggin1 8 months ago
@nugget141000
Binary
Hex
Base64
ASCII
???
unknownuser09PS3 2 months ago
you made it sound hard went to fast
thisisacunt 9 months ago
thanks you taught this well. i understood this and understood it well.
79ashna 9 months ago
Thanks!!
Thet3 9 months ago
Learn Binary 5. TeeHee
VBAlien 1 year ago 4
Are you the guy who built a simple computer in minecraft?
feuchster 1 year ago
Thanx a lot man! First time learning binary and ima a computer science major but really never used it till now.
BLITZ0891 1 year ago
That helped me..
Tnx a lot..
easy to learn...
God bless u
1sweettime 1 year ago
Finally got it THANKS!
gw4621 1 year ago
Thank you, all of the other videos I found seemed complicated, this is actually very easy to understand.
Trogdor8freebird 1 year ago
How about binary to letters? Can you make a vid about that?
Isaacljw42 1 year ago
@Isaacljw42 I don't see why not! I'm fairly busy at the moment, but come Thanksgiving I should have some time to spare for making videos.
If you'd like to research binary to text, trying searching for ASCII to binary.
MagoFerret4 1 year ago
@MagoFerret4 I did, and i figured it out. You just need to know that the numbers for capital letters are 65-90 and lower case is 97-122 and you figure out the binary for that number, and it is that letter.
Isaacljw42 1 year ago
@Isaacljw42 well you just pick the letter you want to put, C for example, and the number of... A is 1//B is 2,//C is 3//D is 4, etc. C is 3, so you convert 3 to binary which is 11
then you pick if you want it to be a capital C or a lowercase c. lowercase starts with 011 and capital starts with 010. I'll do capital. so it would start with 010- now you take 11 and add zeroes to the beginning until it has 5 digits. so it would be 00011
then you just put 010 and 00011 together to get binary.
blades199 1 year ago
@blades199 Dude. That's not right...
Isaacljw42 1 year ago
@Isaacljw42 11001 = 16+8+0+0+1....25
blades199 1 year ago
@blades199 A does not equal one in binary, dude. I just do it the normal, and also easier way.
Isaacljw42 1 year ago
@Isaacljw42 what would that be?
blades199 1 year ago
@blades199 Incorrect binary..
Isaacljw42 1 year ago
@Isaacljw42 65 = A
casperes0912 8 months ago
omg this was amazing. I tried to read it for 1/2 a year mean while i just saw this video and in 5 minutes i learned it :D
SIXstDEVIL 1 year ago
Thank for tutorial it's been very helpful but there is a mistake on the part 1 1 0 0 1 =24
16 8 4 2 1
ousdre12 1 year ago
@ousdre12 11001 = 25.... 16 + 8 = 24...now add one to that and its 25
blades199 1 year ago
Thanks, I've been told how to a lot but there was always a little confusion but this was put pretty simple. I can do my paper now!! Yay! lol
theAPgirl0427 1 year ago
Thanks man.
Oaklio 1 year ago
I don't get about ternary, it's even harder than binary. Could you do a tutorial about ternary?
dialgoraxx 1 year ago
@dialgoraxx Think of ternary as identical to binary, with the only differences being the power involved and digits used. Simply put, binary uses powers of two and the digits 0 and 1, while ternary involves powers of three and uses the digits 0, 1 and 2. Here's an example of how ternary works:
Number 1 in Ternary = 1.
Number 2 in Ternary = 2.
Number 3 in Ternary = 10.
Number 4 in Ternary = 11.
Number 5 in Ternary = 12.
Number 6 in Ternary = 20.
Ect....
Thanks for the tutorial idea!
MagoFerret4 1 year ago
@MagoFerret4 thanks!
dialgoraxx 1 year ago
Excellent video, very easy to understand.
bassinvada 1 year ago
This was very helpful. Thanks for the video.
ccarriere357 1 year ago
best binary tutorial on youtube. seriously no other video explained it efficientey! thanx
MuzixVidz 1 year ago
This video actually explained things better than any book I've read or video I've seen!
Ashtree 2 years ago
01001100 01100101 01100001 01110010 01101110 00100000 01000010 01101001 01101110 01100001 01110010 01111001 00100000 00110001 00110000 00110001
HaloWarsFreak 2 years ago
01000110 01110101 01100011 01101011 00100000 01111001 01101111 01110101
lol jk ;) good tut
EEMMMOOOO 2 years ago
Thanks a lot mate your way of explaining it was great learnt it straight away.
Hell a lot better than my phyics teacher.
Smithyj990 2 years ago
How is 2 to the 0 power equal to 1? (as explained at 52 seconds in this clip)
ceereec 2 years ago
Here's a little math for you:
Take 2 to the power of 3 for example:
2^3 = 8
Divide that by 2. You get 2^2 = 4.
Divide that by 2. You get 2^1 = 2.
Divide that by 2. You get 2^0 = 1.
And there you have it! If you follow this method, it also explains why 2^-1 = 1/2.
Hope this helped!
Hope this helped!
MagoFerret4 2 years ago
Thank u for this video, i took 1 entire year of digital electronics and i remember my teacher showing us this and making it more complicated than it was and i didnt understand it. I think this is used in computer programming or something im not sure but at least i can understand it now. Thanks again
year2kill2010 2 years ago
@MagoFerret4 any number to the zero power is one.
funlog2 1 year ago
How come my i's keep ending up being e's ???
Brandog132 2 years ago
01010100
01011001
boobie284 2 years ago
You have to love binary to ASCII!
01011001
01010111
MagoFerret4 2 years ago
:) smiles....I want to learn to "REad binary" without calculating, All in Seeing it, 01= Capital, 0101=p-z and a-c-e-g-i-k-(by twos =1) and b-d-etc.= 0 at end and stuff.... :) I want to learn to narrow the letter down.... not needing to calculate XD!
boobie284 2 years ago
Think about it this way: one letter equals 8 binary digits (a byte). To make a letter, find its place in the alphabet (a = 1, ect.). Then, to make it upper case, just add 010 to the front of the binary number. For lower case, add 011.
*When using this format, make sure that the number you're using to represent the letter is 5 digits long.
EX: A=1 = 00001
Upper case: 01000001
Lower case: 01100001
Ex) T = 20 = 10100
Upper case: 01010100
Lower case: 01110100
Should I make a video on this?
MagoFerret4 2 years ago
:) thanks Your really helpful, I think you should, 'cuz well There are only a few video tutorials on this stuff, and this fact does come in handy in reading:) GL and TY
boobie284 2 years ago
I would learn from it just like I learned from this one!Thanks for the video!
MrPiples03 2 years ago
@MagoFerret4
Yes pls make a video :) thank you!
Angelfirebeat 1 year ago
@MagoFerret4 ofcource that sound really interesting
rcjexenove 1 year ago
@MagoFerret4 yes that would be helpful
NytrixOctane 1 year ago
whats that mean?
onemanarmy675 2 years ago
This has been flagged as spam show
01010100
01011001? This ? Its TY :) its thank you....
boobie284 2 years ago
that's very prilliant...nice job man... i like it..(Y)
azzurriish 2 years ago
Thank you for this video. It has been the best I've seen regardnig binary.
ernestonnla 2 years ago
I dont get it =/
5* though :)
jeryj55 2 years ago
**how do the binary numbers translate into text (i.e. words)?
Tyrtle12 2 years ago
Very helpful
MarcusHahnemann 2 years ago
Finally i get it!!!!! you're the best all i used to know was word binary but now that i know number binary i am a computer!
CamboRocker 2 years ago
yea yea, but how do you make a program using binary code??/
southkid987 2 years ago
What you're probably talking about is Machine Code, which is not covered in this tutorial.
If you want to program, I would recommend starting on C++, DOS (for windows users), or HTML (for web based applications).
MagoFerret4 2 years ago
MY USERNAME
101binary101 2 years ago
kool i thought it was a made up thing from the matrix games :D, now i know what it really is thank you Magoferret4
bashir59 3 years ago
Great video. Never knew binary before but after this video once I now have a clear grasp of it. Thanks!
roroshor 3 years ago
Hey thanks dude. I had learned Binary a while back, but sorta forgot from not using it for a while. Thanks for making a video on this!
Klihn 3 years ago