answersLogoWhite

0


Best Answer

The number 47 in binary would be 101111

User Avatar

Wiki User

14y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: How can you change the number 47 in Binary Code Decimal?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

How can you change the number 255 in binary code decimal?

25510 = 111111112 25510 = 001001010101BCD


What is the binary code for the decimal number 67?

1000011


What is the decimal binary code for 30?

Decimal 30 = binary 11110. The decimal binary code (BCD), however, is 11 0000.


What is 97 in binary code?

You can easily convert decimal to binary in the scientific calculator - for example, the scientific calculator found in Windows. In this case, type the number in decimal, then click on "binary" to convert to binary.


What is the binary code for 2?

Binary for the decimal number 2 is 10 (or 0000 0010 if you want it as a byte value) ASCII code for the decimal number 2 is 50 (Dec), 34 (Hex), 062 (Oct), 0011 0010 (Bin)


Excess-3 code for 4 decimal no is?

Binary code of 4 is 0100. To get Excess-3 code, add 11(binary code of 3) to binary code of desired number, here it is 4. Hence, Excess-3 Code for 4 is 0111.


What does 1111 in Binary code mean?

1111 in binary is 15 in decimal.


What does binary code 011001 mean?

As a number, it means 16+8+1, or 25 in decimal


What is the ascii code in binary and decimal for a period?

In hexadecimal, that would be 0x2E, which is equivalent to 46 in decimal, which in binary is 101110.


How does number code differ from a number system?

Number System enables enumeration & quantitation of physical objects. For e.g. Binary, Octal, Decimal & Hexadecimal Number Systems.Number Code encodesunique characters with a number ineach Number System. For e.g.In ASCII Codecapital A is represented as 41 in hexadecimal, 65 in Decimal, 101 in Octal and 01000001 in Binary number System.


What is the binary code for B?

That depends what you mean by "B", and what you mean by "binary code" assuming that by "binary code", you actually mean a binary representation of it's ascii value, then the answer is 1000010. The ascii value of the character "B" is 66 in decimal, which is 1000010 is that value in binary. If on the other hand, you mean "what is the binary value of the hexidecimal number B?", then the answer is 1011.


What is the binary code for 37?

Decimal 37 expressed in binary form is 100101 (or 00100101).