<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>base 2 explained Archives - NeuralLantern.com</title>
	<atom:link href="https://www.NeuralLantern.com/tag/base-2-explained/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.NeuralLantern.com/tag/base-2-explained/</link>
	<description></description>
	<lastBuildDate>Sun, 25 May 2025 08:09:12 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.9.4</generator>

<image>
	<url>https://www.NeuralLantern.com/wp-content/uploads/2025/04/cropped-2025-04-04-Lantern-03-32x32.png</url>
	<title>base 2 explained Archives - NeuralLantern.com</title>
	<link>https://www.NeuralLantern.com/tag/base-2-explained/</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>Binary to Decimal Made Easy: Fun Crash Course for Beginners</title>
		<link>https://www.NeuralLantern.com/binary-to-decimal-made-easy-fun-crash-course-for-beginners/</link>
					<comments>https://www.NeuralLantern.com/binary-to-decimal-made-easy-fun-crash-course-for-beginners/#respond</comments>
		
		<dc:creator><![CDATA[mike]]></dc:creator>
		<pubDate>Sun, 06 Apr 2025 01:41:06 +0000</pubDate>
				<category><![CDATA[Videos]]></category>
		<category><![CDATA[base 2 explained]]></category>
		<category><![CDATA[beginner coding]]></category>
		<category><![CDATA[binary conversion]]></category>
		<category><![CDATA[binary for beginners]]></category>
		<category><![CDATA[binary math]]></category>
		<category><![CDATA[binary to decimal]]></category>
		<category><![CDATA[binary tricks]]></category>
		<category><![CDATA[binary tutorial]]></category>
		<category><![CDATA[coding 101]]></category>
		<category><![CDATA[computer science basics]]></category>
		<category><![CDATA[decimal to binary]]></category>
		<category><![CDATA[how to read binary]]></category>
		<category><![CDATA[learn binary]]></category>
		<category><![CDATA[number systems]]></category>
		<category><![CDATA[tech explained]]></category>
		<guid isPermaLink="false">https://www.NeuralLantern.com/?p=82</guid>

					<description><![CDATA[<p>Binary got you baffled? Let’s break it down! In this fun crash course, I’ll show you how to convert binary to decimal step-by-step—super easy, no stress. We’ll go from 765,432&#8230;</p>
<p>The post <a href="https://www.NeuralLantern.com/binary-to-decimal-made-easy-fun-crash-course-for-beginners/">Binary to Decimal Made Easy: Fun Crash Course for Beginners</a> appeared first on <a href="https://www.NeuralLantern.com">NeuralLantern.com</a>.</p>
]]></description>
										<content:encoded><![CDATA[
<figure class="wp-block-embed is-type-wp-embed is-provider-rumble-com wp-block-embed-rumble-com"><div class="wp-block-embed__wrapper">
<iframe class="wp-embedded-content" sandbox="allow-scripts" security="restricted" title="Binary to Decimal Made Easy: Fun Crash Course for Beginners" src="https://rumble.com/embed/v6pisf7/#?secret=fLsPJTh6ug" data-secret="fLsPJTh6ug" width="1000" height="563" frameborder="0"></iframe>
</div></figure>



<p>Binary got you baffled? Let’s break it down! In this fun crash course, I’ll show you how to convert binary to decimal step-by-step—super easy, no stress. We’ll go from 765,432 in decimal to 10101111 in binary (that’s 335, btw), with tricks to eyeball it fast. Perfect for beginners or anyone who loves a good tech challenge. Hit subscribe—I wake up in a cold sweat when you do, and it means the world! More vids coming your way!</p>



<p>Introduction to Binary and Decimal 00:00:00<br>Understanding Decimal System 00:00:44<br>Decimal Position Strengths 00:01:39<br>Decimal Formula Explanation 00:03:48<br>Transition to Binary System 00:06:31<br>Binary Position Strengths 00:07:19<br>Binary Formula Breakdown 00:10:46<br>Calculating Binary Example (335) 00:12:55<br>Quick Binary Conversion Trick 00:15:24<br>Memorizing Binary Positions 00:13:52<br>Small Binary Example (19) 00:15:43<br>Closing and Subscription Request 00:16:48</p>



<p>Thanks for watching!</p>



<p>Find us on other social media here:</p>



<ul class="wp-block-list">
<li>https://www.NeuralLantern.com/social</li>
</ul>



<p>Please help support us!</p>



<ul class="wp-block-list">
<li>Subscribing + Sharing on Social Media</li>



<li>Leaving a comment or suggestion</li>



<li>Subscribing to our Blog</li>



<li>Watching the main &#8220;pinned&#8221; video of this channel for offers and extras</li>
</ul>



<p>Hello there. Let&#8217;s talk about converting binary to decimal.</p>



<p>Just a quick recap for those of you who don&#8217;t know. Watch my other videos if you&#8217;re not sure</p>



<p>about number bases, but basically, you know, decimal is a number system that has 10 characters</p>



<p>to represent a number. So 0, 1, 2, 4, 5, 6, 7, 8, 9. That&#8217;s 10 characters in decimal.</p>



<p>In binary, we just have two characters.</p>



<p>So it&#8217;s base two, whereas decimal is base 10.</p>



<p>How can we convert between the two?</p>



<p>Well, first, before we can try to convert between the two,</p>



<p>we should try to understand what&#8217;s really going on with normal decimal representations.</p>



<p>So if I have a decimal number here, and I say, I don&#8217;t know,</p>



<p>let&#8217;s just type a couple of random numbers.</p>



<p>How do we really know what this value is?</p>



<p>How do we kind of understand what is the meaning?</p>



<p>Okay, so you know that, you know,</p>



<p>if you just kind of look at this for a second,</p>



<p>you&#8217;ll realize this is 765,000, right?</p>



<p>765,432.</p>



<p>How do we know that this is 700,000?</p>



<p>Because it&#8217;s in a certain position.</p>



<p>It&#8217;s like, you know, several digits to the left.</p>



<p>How do we know that the next one represents 65,000?</p>



<p>Well, it&#8217;s one less to the left.</p>



<p>uh it&#8217;s a tenth of the like power of the seven digit same thing for the five how do we know</p>



<p>that&#8217;s a thousand same thing for the four and the three and the two what we really do is we end up</p>



<p>deciding okay you know what the uh the first digit here on the right side that two uh the strength of</p>



<p>of one. So like, you know, two times one is just two. So whatever, whatever that digit is, if it</p>



<p>was a five, it would just be a five, five times one is five, right? So the strength of the very</p>



<p>first digit on the right side is just one. Every time we move one digit to the left, we multiply</p>



<p>the strength by 10. The reason we multiply the strength by 10 is because there are 10 possible</p>



<p>digits, or 10 possible characters that we can use in decimal. Makes sense, right? So that means the</p>



<p>Makes sense, right?</p>



<p>So that means the three, we know that represents, you know, an addition of 30 because that&#8217;s</p>



<p>the 10th strength place.</p>



<p>Same thing for the four.</p>



<p>We multiply 10 by 10 again to get 100 in that position.</p>



<p>So this one has a strength of 100.</p>



<p>I&#8217;m writing this vertically.</p>



<p>Hopefully this is not too messy, but I&#8217;m hoping you&#8217;ll understand.</p>



<p>Well, I don&#8217;t know.</p>



<p>Maybe if I space this out, does that make it better or worse?</p>



<p>maybe it makes it slightly better i don&#8217;t know i&#8217;m going to roll with it</p>



<p>what can i say i&#8217;m a rebel okay so i live dangerously the five we know that&#8217;s worth</p>



<p>five thousand because again the four position over here you know that third digit it had a</p>



<p>strength of 100 so we multiply that strength by 10 going to the left to to end up with a thousand</p>



<p>to end up with a thousand.</p>



<p>So same thing with the six.</p>



<p>I&#8217;m not going to explain that any further.</p>



<p>You know, it&#8217;s got a strength of, you know, 10,000.</p>



<p>Okay.</p>



<p>And then the seven, it&#8217;s got a strength of 100,000.</p>



<p>And it just keeps going and going and going to millions and billions and trillions</p>



<p>and however far you actually want to go.</p>



<p>That&#8217;s how we understand the decimal numbers</p>



<p>that we&#8217;re looking at.</p>



<p>How could you imagine this in terms of a formula?</p>



<p>Well, we&#8217;re really raising something to the 10th power.</p>



<p>If you think about this, the one,</p>



<p>we could imagine that the value one</p>



<p>is actually 10 to the zero power</p>



<p>because anything raised to the zero power is just a one.</p>



<p>Let me pull up this calculator real fast.</p>



<p>I got to stick that on my desktop in the future.</p>



<p>If we say 10 to the zero power, it&#8217;s just one.</p>



<p>Any number to the zero power is just one.</p>



<p>Okay, so then we would multiply that strength</p>



<p>by the actual digit that we see,</p>



<p>the character that we see.</p>



<p>It&#8217;s a two.</p>



<p>Okay, so that&#8217;s going to be two times 10 to the zero power.</p>



<p>I&#8217;m going to put that in parentheses</p>



<p>to keep it a little bit clean or somewhat cleaner.</p>



<p>So now when we go one to the left</p>



<p>to look at that three digit,</p>



<p>to look at that three digit, we end up with three times something.</p>



<p>Let me get a space here for my brain.</p>



<p>Times 10 to the something power.</p>



<p>Well, every time we go to the left, we just really have to increase the power by one.</p>



<p>It&#8217;s 10 to the first power because we&#8217;re looking for actually just the number 10.</p>



<p>So if we say 10 to the first power on that calculator, it&#8217;s 10.</p>



<p>So then, you know, just keep repeating the process.</p>



<p>10 to the second power. And that should be 100. So if I say 10 to the second power, it&#8217;s 100.</p>



<p>All right. And, you know, we&#8217;re adding all the positions together, even though we&#8217;re multiplying</p>



<p>the digit by its strength. So I&#8217;m going to say five times 10 to the third power. And then again,</p>



<p>just to double check here, 10 to the third power is 1000. So you can see the five was supposed to</p>



<p>and then again we&#8217;ll say six times ten to the fourth power and then just double check here</p>



<p>the fourth power should be a thousand sorry ten thousand and then we&#8217;ll do it one last time we&#8217;ll</p>



<p>say seven times ten to the fifth power which should be a hundred thousand all right so now</p>



<p>that we&#8217;ve written this all out you know this is kind of madness right what you can do now</p>



<p>do now is you can put this into the calculator and it should give you the exact same number that</p>



<p>we started with. We should see 765432, unless there&#8217;s a typo. 765432. Nice. Okay, that might</p>



<p>have seemed like it was a little bit of a waste of time, but it&#8217;s not because now we kind of</p>



<p>understand the breakdown of the different positions of the digits in decimal, which means</p>



<p>now we can do the same thing in binary, basically the exact same thing, except just use a power of,</p>



<p>use a two to some power rather than a 10 to some power because the only reason we use 10 down here</p>



<p>it says we were in decimal that has a base of 10 now let&#8217;s go into binary</p>



<p>which is um a base of two so i&#8217;m going to just i guess maybe what did i do wrong</p>



<p>i hit something and it like did a space i don&#8217;t even want to know i don&#8217;t even want to know</p>



<p>okay so let&#8217;s do a binary number i&#8217;m just going to type a few random digits</p>



<p>a few random digits. I don&#8217;t know what number this is yet, but let&#8217;s work it out slowly</p>



<p>in the same way. You know what, maybe instead of doing the formula first and only, let&#8217;s do</p>



<p>both parts like we did with decimal. So what&#8217;s the position, what&#8217;s the strength of the position</p>



<p>for that first character? Well, I said before the first character is always just going to be,</p>



<p>sorry, the first digit is always just going to be a one, right? That&#8217;s going to be true</p>



<p>So I&#8217;m going to say this has a strength of 1.</p>



<p>How do we know it&#8217;s a strength of 1?</p>



<p>Because we&#8217;ll take 2 to the something power.</p>



<p>We start at 0 for that first position, and it&#8217;s going to give us a 1.</p>



<p>Okay.</p>



<p>So the strength of this one, I already know binary.</p>



<p>So I just know off the top of my head that to go to the left,</p>



<p>the strength just multiplies by 2.</p>



<p>And that&#8217;s pretty easy after you start memorizing it.</p>



<p>I haven&#8217;t quite memorized hexadecimal yet, but maybe you will in another video.</p>



<p>So I&#8217;m going to multiply one by two and I&#8217;m going to end up with two.</p>



<p>Double check over here in the calculator.</p>



<p>Two to the first power is two.</p>



<p>So then the strength of this next digit should be four.</p>



<p>Two times two is four, right?</p>



<p>So let&#8217;s do two to the second power.</p>



<p>That&#8217;s four.</p>



<p>Multiply by two again.</p>



<p>It&#8217;s going to be eight.</p>



<p>Double check over here.</p>



<p>Two to the third power is eight.</p>



<p>The next digit is going to be 16 of its strength.</p>



<p>So I&#8217;m going to write this vertically again.</p>



<p>So it&#8217;s going to be 16.</p>



<p>Double check over here with the calculator.</p>



<p>Double check over here with the calculator, 2 to the 4th power is 16.</p>



<p>Next digit is going to be 32.</p>



<p>Double check with the calculator, 2 to the 5th power.</p>



<p>And things are starting to get messy, so I think I&#8217;m going to like space everything out probably.</p>



<p>Just to make it easier to read.</p>



<p>Tell me if you think this makes it actually easier to read or if I&#8217;m making it way harder.</p>



<p>I think I&#8217;m making it easier.</p>



<p>Okay, so we got 32.</p>



<p>two. Next one up is going to be 64. Just multiply it by two. Double check two to the sixth power.</p>



<p>That&#8217;s going to be 64. And then the biggest one that we&#8217;ve written down is going to be 128.</p>



<p>Double check it. Six to the seventh power is 128. We could go on and on and on, but I&#8217;m just going</p>



<p>to leave it here because we, I hope we have a pretty good idea of, you know, what this means.</p>



<p>delineation or like a delimiter showing us that these are just representing the strengths and</p>



<p>this is the actual number. Okay, so how can we write this out in a formula?</p>



<p>Whoa, what did I do wrong? Did you see that? Oh no. Hang on a second.</p>



<p>I think I missed it. How many digits are there? If there are eight digits, then I definitely forgot</p>



<p>something. No, no. Okay. There are nine digits, so the last one should be 256. Okay.</p>



<ol start="256" class="wp-block-list">
<li>Okay. So I got it all lined up. At some point I must have not lined it up. My apologies,</li>
</ol>



<p>but hey, maybe I&#8217;m making these mistakes on purpose to make sure that you&#8217;re paying attention.</p>



<p>You never know. I want you to think. So 256 is going to be the next number. Double check it with</p>



<p>the calculator. Two to the eighth power, 256. Cool. By the way, a quick trick in binary that</p>



<p>the actual highest number that you can represent in an unsigned binary integer is basically the</p>



<p>strength of the highest digit, you know, this 256 here, multiplied by two and then subtract one</p>



<p>from it. So 256 multiplied by two is going to be 512. So it&#8217;s going to be 511. So I could</p>



<p>represent a number between zero and 511 or 512 possible combinations. Okay, so now let&#8217;s work</p>



<p>let&#8217;s work out the formula.</p>



<p>See 16, 30, 16, 40, okay, I did it okay.</p>



<p>I probably should have rehearsed this.</p>



<p>So let&#8217;s do each position.</p>



<p>So it&#8217;s either always gonna be one times something</p>



<p>or zero times something, right?</p>



<p>Because binary, these characters can only be one or a zero.</p>



<p>So let&#8217;s do on the, starting from the right,</p>



<p>we&#8217;ll say one times two to the something power.</p>



<p>It&#8217;s gonna be two to the zero power</p>



<p>You know, just going to be a one.</p>



<p>Working our way over to the left, it&#8217;s going to be one times two to the something power</p>



<p>to the first power because it just increases every time the power increases.</p>



<p>We have four ones in a row here.</p>



<p>I got to try to remember that.</p>



<p>This is where I&#8217;m going to start making lots and lots of typos.</p>



<p>Two to the second power.</p>



<p>And then we have another one.</p>



<p>One, two, three, four, one times two to the third power.</p>



<p>And then again, we are going to hit a zero.</p>



<p>So it&#8217;s going to be zero times two to the something power.</p>



<p>You might be tempted to omit the zeros.</p>



<p>You can if you want to.</p>



<p>But for me personally, it helps me quickly visually see that I&#8217;m getting the powers in</p>



<p>the right order.</p>



<p>I can see two to the zero power, first power, second power, third power, fourth power.</p>



<p>Sometimes when I omit the zeros, I end up kind of like messing up the order of the powers</p>



<p>and or the order of the exponents.</p>



<p>of the exponents and I have to redo everything all over again.</p>



<p>So I just keep it this way.</p>



<p>Okay, so it&#8217;s one, one, one, one, one, one, one, one, zero.</p>



<p>So there&#8217;s another zero that we need</p>



<p>times two to the fifth power.</p>



<p>So we got both of those zeros now.</p>



<p>And then we need another one times two to the sixth power.</p>



<p>And then we need</p>



<p>0 times 2 to the 7th power.</p>



<p>Okay.</p>



<p>And then we have another 1 times 2 to the 8th power.</p>



<p>And I know we&#8217;re supposed to be done on 8</p>



<p>because that&#8217;s what we were doing before.</p>



<p>The 256 strength.</p>



<p>So unless I made some mistakes here,</p>



<p>this is probably the number that we can punch up into the calculator</p>



<p>to see what this binary number is.</p>



<p>So I&#8217;m going to punch it up.</p>



<p>Huge.</p>



<p>It says that it&#8217;s the number 335.</p>



<p>Let&#8217;s see if that&#8217;s actually right.</p>



<p>I&#8217;m going to punch this up in my personal calculator real fast.</p>



<p>I&#8217;m going to say 10101111.</p>



<p>And the expression is decimal 335.</p>



<p>Yep.</p>



<p>So that&#8217;s it.</p>



<p>We know how to convert from binary to decimal.</p>



<p>And just again, like as a quick shorthand,</p>



<p>it&#8217;s probably a good idea if you&#8217;re involved in computer science,</p>



<p>to memorize these positions up to maybe</p>



<p>6, 5, 5, 3, 6.</p>



<p>That might sound a little extreme sometimes,</p>



<p>but I don&#8217;t know.</p>



<p>Personally, I&#8217;m not like the most advanced</p>



<p>binary reader at all times,</p>



<p>but I can remember up to that much.</p>



<p>And what do I mean when I&#8217;m saying that?</p>



<p>I&#8217;m saying, you know, start with a 1, 2, 4, 8,</p>



<p>8, 2, 56, 5, 12, 1, 2, 4, 2, 0, 4, 8, 4, 0, 9, 6, 8, 1, 9, 2, 1, 6, 3, 8, 4.</p>



<p>Took me a while to remember that one.</p>



<p>3, 2, 7, 6, 8, 6, 5, 5, 3, 6.</p>



<p>So if you think about it, how many bits is this?</p>



<p>1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16.</p>



<p>Right here, 16.</p>



<p>That&#8217;ll give you two bytes worth of memorization or a word on many systems.</p>



<p>on many systems. For me personally, I just, I like to go up to 6, 5, 5, 3, 5 because</p>



<p>remember I was saying, you know, what is the highest number that you can go up to</p>



<p>with a certain number of bits? It&#8217;s always the power or the strength of the highest bit</p>



<p>multiplied by two and then subtract one. So when I remember 6, 5, 5, 3, 6, that tells me that if I</p>



<ol start="65535" class="wp-block-list">
<li>This is very, very useful if you&#8217;re going to be working with binary numbers a lot,</li>
</ol>



<p>or if you&#8217;re taking exams or whatever it is that you&#8217;re doing, I would recommend everyone do this.</p>



<p>Okay. What do you say? What do you say we do another binary number, but we&#8217;ll just do something</p>



<p>a little bit smaller to make it easy. Okay. So by the way, when you start to memorize these positions,</p>



<p>start to eyeball it, which is really, really fast and a good idea. Like I can see those two</p>



<p>numbers right there. I know the first one is a one and the second one is a two. So that means the</p>



<p>one and the one are just going to be a value of three. Then I just quickly go, all right, one,</p>



<p>two, four, eight, one, two, four, eight, 16. So it&#8217;s going to be 16 plus three. So it&#8217;s going to</p>



<p>be 19. I guarantee it. Let&#8217;s, let&#8217;s double check this real fast. We&#8217;ll say one times two to the</p>



<p>and then we&#8217;ll say 1 times 2 to the first power</p>



<p>and then we&#8217;ll say 0 times 2 to the second power</p>



<p>and then we&#8217;ll say 0 times 2 to the third power</p>



<p>and then we&#8217;ll say 1 times 2 to the fourth power</p>



<p>and if I didn&#8217;t go too fast and make a bunch of typos</p>



<p>it should be the number 19</p>



<p>So there is a lot of benefit in memorizing the strength of these different positions.</p>



<p>I personally never remember very much beyond 256 when I&#8217;m actually trying to work out a number</p>



<p>conversion, but when I&#8217;m just thinking of how to compute things, it&#8217;s faster if I can go up to</p>



<ol start="65536" class="wp-block-list">
<li>Okay, I hope you enjoyed this video. I hope you learned a little bit of stuff. I hope</li>
</ol>



<p>you had a little bit of fun. I&#8217;ll see you in the next one.</p>



<p>Hey everybody! Thanks for watching this video again from the bottom of my heart.</p>



<p>I really appreciate it. I do hope you did learn something and have some fun.</p>



<p>If you could do me a please, a small little favor, could you please subscribe</p>



<p>and follow this channel or these videos or whatever it is you do on the current</p>



<p>social media website that you&#8217;re looking at right now. It would really mean the</p>



<p>world to me and it&#8217;ll help make more videos and grow this community so we&#8217;ll</p>



<p>be able to do more videos, longer videos, better videos or just I&#8217;ll be able to</p>



<p>just I&#8217;ll be able to keep making videos in general so please do do me a kindness and uh and subscribe</p>



<p>you know sometimes I&#8217;m sleeping in the middle of the night and I just wake up because I know</p>



<p>somebody subscribed or followed it just wakes me up and I get filled with joy that&#8217;s exactly what</p>



<p>happens every single time so you could do it as a nice favor to me or you could you could troll me</p>



<p>if you want to just wake me up in the middle of the night just subscribe and then I&#8217;ll I&#8217;ll just</p>



<p>wake up I promise that&#8217;s what will happen also uh if you look at the middle of the screen right now</p>



<p>screen right now you should see a QR code which you can scan in order to go to the website which</p>



<p>I think is also named somewhere at the bottom of this video and it&#8217;ll take you to my main website</p>



<p>where you can just kind of like see all the videos I published and the services and tutorials and</p>



<p>things that I offer and all that good stuff and if you have a suggestion for clarifications or</p>



<p>errata or just future videos that you want to see please leave a comment or if you just want to say</p>



<p>what&#8217;s going on? You know, just send me a comment, whatever. I also wake up for those in the middle</p>



<p>of the night. I get, I wake up in a cold sweat and I&#8217;m like, it would really, it really mean the</p>



<p>world to me. I would really appreciate it. So again, thank you so much for watching this video</p>



<p>and enjoy the cool music as, as I fade into the darkness, which is coming for us all.</p>



<p>Thank you.</p>
<p>The post <a href="https://www.NeuralLantern.com/binary-to-decimal-made-easy-fun-crash-course-for-beginners/">Binary to Decimal Made Easy: Fun Crash Course for Beginners</a> appeared first on <a href="https://www.NeuralLantern.com">NeuralLantern.com</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.NeuralLantern.com/binary-to-decimal-made-easy-fun-crash-course-for-beginners/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
