HELP! How to convert from Binary to Decimal?
By kidboy1988
@kidboy1988 (110)
China
4 responses
@pratyushtamhankar (859)
• India
8 Aug 09
Hey I ain't a computer geek but still...
Now suppose the number you wanna convert is like 1011.
1. Move from right to left.
2. The rightmost bit is '1'. So you do 1 x (2 raised to zero (zeroth bit)) =1
3. The next bit is '1'. So you do (previous answer) + 1 x (2 raised to one (first bit)) = 1+2=3
4. The next bit is '0'. So you do (previous answer) + 0 x (2 raised to two (second bit)) = 3+0=3
5. The next bit is '1'. So you do (previous answer) + 1 x (2 raised to three (third bit)) = 3+8=11
So the number 1011 in decimal is 11...
You should ask such questions in Yahoo answers. This a place to 'discuss' things buddy...
Take care...
@kidboy1988 (110)
• China
8 Aug 09
Thanks so much for your response! I guess I already know how to convert.
2 people like this
@vkprincedark (334)
• India
8 Aug 09
Use the computer calculater(scientific) to convert binary to decimal....easy way...:)
@allenbrian (16)
• Philippines
8 Aug 09
try this one http://www.permadi.com/tutorial/numBinToDec/index.html
I hope you'll understand it now. :) It's so simple! I just did understand it right now :) if you still don't get it. Just add me up and ask me more about it :)
Happy mylotting!
@killer04 (282)
• Australia
4 Sep 09
Hi there. Sorry if I am too late. I also have trouble to comprehend how to convert binary to decimal and vice versa as they did not teach us well here. Fortunately I found a really useful video on Youtube which shows how to do so. The video shows a fast process to do the conversions and it does work. I tried to use the process mentionned in the video and recreate them on the calculate and it showed the same results. Anyway enough talking, here the video http://www.youtube.com/watch?v=hlV7dMinHFc . Hope that it helps.