English Deutsch Français Italiano Español Português 繁體中文 Bahasa Indonesia Tiếng Việt ภาษาไทย
All categories

6 answers

Do you want to learn how to do it? See above.

Do you just want to know the results? Look here:

http://www.google.com/help/features.html#calculator

Don't forget that if you want to convert a binary number, it should have 0b at the beginning, or Google Calculator will interpret it as a decimal number.

2007-08-10 22:46:52 · answer #1 · answered by Anonymous · 0 0

binary- Bits turned on and off
1 = turned on
0 = turned off

127
Work with powers of two
2^0 = 1, 2^1= 2, 2^2= 4, 2^3=8, and so on.

binaries work in placeholders - always work right to left
10000000 = 128
the 8th bit is 128 or 2^7 (it's turned on so) in decimal it's 128
7th=64, 6th=32, 5th=16, 4th=8, 3rd=4, 2nd=2, 1st=1

if you had more bits the exponents would keep counting 2^x

Now from binary to decimal.
100111001
1st bit on = 1
2nd off = 0
3rd off= 0
4th on= 16
5th on= 32
6th on= 64
7th off= 0
8th off= 0
9th on= 256
Now add the values up and you should get decimal of: 313

Easy like Sunday Mornings

2007-08-10 21:40:22 · answer #2 · answered by nothin_nyce1 4 · 0 0

obi try this link

13427 = 11010001110011

The number 13427 can be expressed as:
8192 + 4096 + 1024 + 64 + 32 + 16 + 2 + 1
So, the answer is: 11010001110011

http://www.comsc.ucok.edu/~mcdaniel/bin-dec.html

http://en.wikipedia.org/wiki/Binary-coded_decimal

2007-08-10 21:32:52 · answer #3 · answered by Joe_Young 6 · 0 0

Use the calculater.
Click on view and select Scientific.
Click the Dec radio button and type in the number.
Now click the Bin radio button and it is converted.
You also have Hex and Oct too.

2007-08-10 21:19:41 · answer #4 · answered by AnalProgrammer 7 · 0 1

13427Dec is 11010001110011Binary

100111001Binary is 313Dec

I used the program, calculator in scientific mode, tiped in the number, then pressed the corresponding button Hex. Dec. Oct. Bin.

2007-08-10 21:17:58 · answer #5 · answered by Anonymous · 0 1

If you want an algorithm to convert numeric from a system to another..
http://www.geocities.com/oosterwal/computer/numericbase.html
you get a function ..

2007-08-10 21:32:12 · answer #6 · answered by Anonymous · 0 1

fedest.com, questions and answers