HELP! How to convert from Binary to Decimal?

China
August 7, 2009 9:17pm CST
My math teacher left me a homework:convert from Binary to Decimal. But she never taught me how.Can someone show me a detailed converting process? Thanks so much!!!!
1 person likes this
4 responses
• 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...
1 person likes this
• China
8 Aug 09
Thanks so much for your response! I guess I already know how to convert.
2 people like this
• India
8 Aug 09
Glad I could be of help friend...
1 person likes this
• India
8 Aug 09
Use the computer calculater(scientific) to convert binary to decimal....easy way...:)
@reyasmi (125)
• India
8 Aug 09
Hi vkprincedark, He want to know the steps I think. We could directly convert a binary to decimal without much effort. But step by step procedure is there when we study something in College/School. Regards, Reyas MCTS
1 person likes this
• 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.