<?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>number bases Archives - NeuralLantern.com</title>
	<atom:link href="https://www.NeuralLantern.com/tag/number-bases/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.NeuralLantern.com/tag/number-bases/</link>
	<description></description>
	<lastBuildDate>Sun, 25 May 2025 08:18:52 +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>number bases Archives - NeuralLantern.com</title>
	<link>https://www.NeuralLantern.com/tag/number-bases/</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>Master Number Bases: Decimal, Binary, and Hexadecimal Explained!</title>
		<link>https://www.NeuralLantern.com/master-number-bases-decimal-binary-and-hexadecimal-explained/</link>
					<comments>https://www.NeuralLantern.com/master-number-bases-decimal-binary-and-hexadecimal-explained/#respond</comments>
		
		<dc:creator><![CDATA[mike]]></dc:creator>
		<pubDate>Thu, 03 Apr 2025 13:34:59 +0000</pubDate>
				<category><![CDATA[Videos]]></category>
		<category><![CDATA[0b prefix]]></category>
		<category><![CDATA[0x prefix]]></category>
		<category><![CDATA[base 10]]></category>
		<category><![CDATA[base 16]]></category>
		<category><![CDATA[base 2]]></category>
		<category><![CDATA[binary explained]]></category>
		<category><![CDATA[binary numbers]]></category>
		<category><![CDATA[coding for beginners]]></category>
		<category><![CDATA[computer science basics]]></category>
		<category><![CDATA[decimal to binary]]></category>
		<category><![CDATA[geeky tutorials]]></category>
		<category><![CDATA[hex vs binary]]></category>
		<category><![CDATA[hexadecimal numbers]]></category>
		<category><![CDATA[hexadecimal tutorial]]></category>
		<category><![CDATA[how computers work]]></category>
		<category><![CDATA[learn binary]]></category>
		<category><![CDATA[number bases]]></category>
		<category><![CDATA[number systems]]></category>
		<category><![CDATA[programming tips]]></category>
		<category><![CDATA[tech education]]></category>
		<guid isPermaLink="false">https://www.NeuralLantern.com/?p=43</guid>

					<description><![CDATA[<p>Hello there! Ever wondered what number bases are all about? In this video, we?re diving into decimal (base 10 &#8211; the one you already know), binary (base 2 &#8211; just&#8230;</p>
<p>The post <a href="https://www.NeuralLantern.com/master-number-bases-decimal-binary-and-hexadecimal-explained/">Master Number Bases: Decimal, Binary, and Hexadecimal Explained!</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="Master Number Bases: Decimal, Binary, and Hexadecimal Explained!" src="https://rumble.com/embed/v6pe6ux/#?secret=olHl5zk87A" data-secret="olHl5zk87A" width="1000" height="563" frameborder="0"></iframe>
</div></figure>



<p>Hello there! Ever wondered what number bases are all about? In this video, we?re diving into decimal (base 10 &#8211; the one you already know), binary (base 2 &#8211; just 1s and 0s, how your computer thinks), and hexadecimal (base 16 &#8211; the compact cool kid). I?ll show you how the same number looks totally different across these systems &#8211; binary gets LONG, hex keeps it short and sweet. Plus, why do we even use hex? Spoiler: it?s a game-changer for reading computer memory. Stick around to learn handy prefixes like 0x and 0b to avoid mix-ups. Want to be as cool as those binary-converting pros? Hit subscribe, scan the QR code for more, and let?s geek out together in the next video &#8211; conversions are coming up! Drop a comment with your thoughts or just say hi &#8211; it might wake me up in the middle of the night with joy! </p>



<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 number bases. So what are number bases? You&#8217;ve probably at some</p>



<p>point heard someone say, hey, I can convert between decimal and binary or between decimal</p>



<p>and hexadecimal or hexadecimal and binary. And you thought that that person was way cooler than you</p>



<p>were. Well, they are way cooler than you. But if you watch my videos, maybe you can be just as cool</p>



<p>Anyway, so what do we mean by number basis exactly?</p>



<p>We&#8217;ll start with decimal,</p>



<p>which is the number system that everybody already understands, I hope.</p>



<p>So in decimal, you have 10 characters, right?</p>



<p>So we&#8217;ll say like 0, 1, 2, 3, 4, 5, 6, 7, 8, 9.</p>



<p>It&#8217;s like 9, or sorry, 10 possible characters.</p>



<p>So decimal is actually base 10.</p>



<p>I&#8217;m going to write base 10 here.</p>



<p>Decimal is base 10.</p>



<p>base 10 because it has 10 available characters. The next thing is binary. You&#8217;ve probably heard</p>



<p>of that before. Even a lot of non-computer scientists understand binary at least a little</p>



<p>bit because it&#8217;s just ones and zeros, right? This is how your computer represents information.</p>



<p>All characters, all numbers, all floats, all everything. They really just come down to zeros</p>



<p>and ones inside of the computer. And it&#8217;s not like there&#8217;s an actual zero or an actual one anywhere.</p>



<p>It&#8217;s more like there&#8217;s a certain voltage that represents a one or there&#8217;s a different voltage</p>



<p>represents a 1 or there&#8217;s a different voltage that represents a 0.</p>



<p>You can think of it as just like voltage or no voltage, but that&#8217;s not always the case.</p>



<p>But you know, long story short, it&#8217;s just 1s and 0s.</p>



<p>So in binary, we can just represent a 0 or we can represent a 1 and that&#8217;s it.</p>



<p>Because there&#8217;s only two characters that we can use to represent numbers, we call this</p>



<p>base 2.</p>



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



<p>Now not a lot of people have heard of hexadecimal outside of computer science, but hexadecimal</p>



<p>outside of computer science but hexadecimal is a number is another</p>



<p>number system that we can use which uses base 16 the reason we use hexadecimal is</p>



<p>it because it kind of it kind of compacts a number I&#8217;ll show you in a</p>



<p>second how it can represent the same number but with less characters you can</p>



<p>imagine in binary if we have base 2 there&#8217;s only two characters that means</p>



<p>the same number in decimal versus binary it&#8217;s probably going to be a lot longer</p>



<p>imagine that, right?</p>



<p>Because it&#8217;s not like the actual numbers change</p>



<p>that we&#8217;re trying to represent.</p>



<p>It&#8217;s just that the representation changes.</p>



<p>So hex or hexadecimal,</p>



<p>we have 16 different characters.</p>



<p>Did I say 15 a moment ago?</p>



<p>Sorry if I did.</p>



<p>So we start with the normal ones that base 10 has,</p>



<p>decimal has.</p>



<p>So we go three, four, five, six, seven, eight, nine.</p>



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



<p>the extra five, we do A, B, C, D, E, F. Sorry, extra six. I knew I was going to say five at some</p>



<p>point. So in hexadecimal, we have the characters zero, one, two, three, four, five, six, seven,</p>



<p>eight, nine, and then A, B, C, D, E, F. For a total of 16 characters, or one digit can represent</p>



<p>here. So this is the basics of the differences between the number systems. Let me show you a</p>



<p>quick example. Let me see if I got my calculator here. Hopefully it&#8217;ll work. Okay. I&#8217;m going to do,</p>



<p>let&#8217;s see, variables. So how do you get into this one? Mode. Oh, number base. So I&#8217;m going to do,</p>



<p>let&#8217;s just pick a random number in decimal. So I&#8217;m going to say like, you know, just hit the</p>



<p>So you can see that if I type a number in decimal and show it in decimal, then well,</p>



<p>it&#8217;s the exact same size as you probably have suspected.</p>



<p>But if I represent this exact same number in binary, you should probably expect that</p>



<p>the representation is going to be way longer because again, binary only has two characters</p>



<p>to work with.</p>



<p>So it&#8217;s harder for it to represent the same information.</p>



<p>So I&#8217;m going to change the expression base here to binary.</p>



<p>Oh no, what&#8217;s happening?</p>



<p>What&#8217;s going on here?</p>



<p>Expression base.</p>



<p>Oh, I did the wrong thing.</p>



<p>Decimal is the expression base.</p>



<p>Binary is the result base.</p>



<p>Okay.</p>



<p>So that same number that we had before, 871, 876, 42,</p>



<p>look at how huge it is in binary.</p>



<p>Takes up a lot of your screen, right?</p>



<p>So we use binary because it&#8217;s the closest representation</p>



<p>to what the actual machine has.</p>



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



<p>Especially if you want to start manipulating individual bits</p>



<p>manipulating individual bits for one reason or another. It&#8217;s good to know how to, it&#8217;s good to</p>



<p>understand binary. But hexadecimal is useful, like I said before, to compact the same number. So</p>



<p>again, because the base of the original number is 10, you know, we had the original number in decimal.</p>



<p>If we show a hexadecimal version of it, it should be shorter because there&#8217;s 16 characters to work</p>



<p>with. It&#8217;s easier for it to represent the same information. So the result base, I&#8217;m just going</p>



<p>hexadecimal here and look at how short that number is the original number is one two three four five</p>



<p>six seven eight it&#8217;s eight characters long but the hexadecimal number is two four six seven</p>



<p>characters long and that savings in characters will go up and up and up the more you know the</p>



<p>longer the original or the bigger the original number is let me see if I can just add some more</p>



<p>numbers here okay let&#8217;s see if we get more savings here one two three four five six seven eight nine</p>



<p>Okay, so the original number is 15 long and here we have 2, 4, 6, 8, 10, 12, 13.</p>



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



<p>Now think about it this way.</p>



<p>This is a huge savings compared to binary.</p>



<p>Let&#8217;s go back to binary real fast.</p>



<p>Same number, which is currently in hex.</p>



<p>As soon as I start showing it in binary, the number explodes.</p>



<p>So there are a lot of numbers, especially if you have a 64-bit number, which you work</p>



<p>if you were to just take you know one of those 64-bit numbers and try to express it in binary</p>



<p>it&#8217;s just kind of like it&#8217;s really really long and if you want to represent anything even a little</p>



<p>bit bigger like 128-bit numbers or even the contents of memory from you know one memory</p>



<p>location to another binaries just can explode and fly off the screen so this is why I mean this is</p>



<p>one of the biggest reasons why we use hexadecimal because it&#8217;s just it&#8217;s easier to see what&#8217;s inside</p>



<p>of the computer it&#8217;s easier than decimal and it&#8217;s easier than binary at least once you understand</p>



<p>hexadecimal one other thing that i want to uh show you real fast let me see like let me change</p>



<p>that back to decimal so i don&#8217;t screw myself later okay um suppose that you wanted to represent a</p>



<p>number in binary sorry let&#8217;s say decimal well you know we&#8217;ll say like one two three four right and</p>



<p>well actually let&#8217;s not do one two three four let&#8217;s say like a thousand and one and then you</p>



<p>want to represent a number in binary and you write one zero zero one and then you want to</p>



<p>represent a number in hexadecimal you could also have one zero zero one right the problem is that</p>



<p>each of these numbers are actually different numbers they only look the same because the</p>



<p>character representation is the same but not the actual number so how do you uh how do you sort of</p>



<p>How do you sort of like differentiate and make sure that the person reading the numbers that you&#8217;ve written down knows what base they&#8217;re in?</p>



<p>Because if you know if you&#8217;re a computer scientist or you&#8217;re doing some kind of crazy math, then</p>



<p>well, it might not be obvious and</p>



<p>you want to be careful that the person doesn&#8217;t misinterpret your results.</p>



<p>Okay, so let me do that thing again real fast</p>



<p>just to prove to you. What am I doing here? Units? No.</p>



<p>Mode.</p>



<p>Okay, so I&#8217;m going to say if I write 1001, I&#8217;m going to display it as decimal,</p>



<p>but the input is first going to be decimal.</p>



<p>So in decimal, 1001 is 1001.</p>



<p>Okay, that&#8217;s fine.</p>



<p>But if this 1001 was actually a binary number,</p>



<p>I&#8217;m going to say that the expression base is binary here.</p>



<p>Notice how the real number is actually 9 if you represented it in decimal.</p>



<p>expression like the original number was you know the characters were hexadecimal then the real</p>



<p>decimal version of 1001 would be 4097 that&#8217;s three totally different numbers so you got to be careful</p>



<p>that you know what you&#8217;re reading and you got to be careful that you help the person reading what</p>



<p>you&#8217;re writing down if you&#8217;re trying to transmit this information so with hexadecimal a really</p>



<p>really common prefix that everyone should use is ox ox and then any number after that usually just</p>



<p>reading this is a hexadecimal number so there&#8217;s no ambiguity same thing for binary you&#8217;ll just say</p>



<p>like ob and then for decimal you just just leave it alone i think there&#8217;s a another prefix you can</p>



<p>use but i usually don&#8217;t use anything but at least uh ob says this is binary and ox means this is</p>



<p>hexadecimal and then nothing just means okay just default to human reading just decimal</p>



<p>okay this was the basics of number bases in other videos i&#8217;m going to talk about how to actually</p>



<p>between these three bases maybe in the future at some other point in some other</p>



<p>video far off in YouTube land I might talk about octal or some other base but</p>



<p>in the immediate future it&#8217;s going to be decimal binary and hexadecimal so I</p>



<p>hope you&#8217;ve enjoyed this video I&#8217;ll see you in the next</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 if you</p>



<p>a small little favor could you please subscribe and follow this channel or</p>



<p>these videos or whatever it is you do on the current social media website that</p>



<p>you&#8217;re looking at right now it would really mean the world to me and it&#8217;ll</p>



<p>help make more videos and grow this community so we&#8217;ll be able to do more</p>



<p>videos longer videos better videos or just I&#8217;ll be able to keep making videos</p>



<p>in general so please do do me a kindness and and subscribe you know sometimes</p>



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



<p>wake up because I know somebody subscribed or followed. It just wakes me up and I get filled</p>



<p>with joy. That&#8217;s exactly what happens every single time. So you could do it as a nice favor to me or</p>



<p>you could you could troll me if you want to just wake me up in the middle of the night just</p>



<p>subscribe and then I&#8217;ll just wake up. I promise that&#8217;s what will happen. Also if you look at the</p>



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



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



<p>You can just kind of like see all the videos I published and the services and tutorials and things that I offer and all that good stuff.</p>



<p>And if you have a suggestion for clarifications or errata or just future videos that you want to see, please leave a comment.</p>



<p>Or if you just want to say, hey, what&#8217;s up? What&#8217;s going on? You know, just send me a comment, whatever.</p>



<p>I also wake up for those in the middle of the night. I wake up in a cold sweat and I&#8217;m like,</p>



<p>It would really mean the world to me.</p>



<p>I would really appreciate it.</p>



<p>So again, thank you so much for watching this video.</p>



<p>And enjoy the cool music 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/master-number-bases-decimal-binary-and-hexadecimal-explained/">Master Number Bases: Decimal, Binary, and Hexadecimal Explained!</a> appeared first on <a href="https://www.NeuralLantern.com">NeuralLantern.com</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.NeuralLantern.com/master-number-bases-decimal-binary-and-hexadecimal-explained/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
