answersLogoWhite

0

The number 47 in binary would be 101111

User Avatar

Wiki User

15y ago

What else can I help you with?

Related Questions

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

25510 = 111111112 25510 = 001001010101BCD


What is binary code for 100111?

The binary code for the number 100111 is already in binary format. It represents the decimal number 39 when converted from binary to decimal. Each digit in this binary number corresponds to a power of 2, starting from the rightmost digit.


How would you write the number two in binary code?

'2' Decimal code => '10' Binary code.


How do you convert binary to excess 3 code?

To convert a binary number to Excess-3 code, first, convert the binary number to its decimal equivalent. Then, add 3 to the decimal value. Finally, convert the resulting decimal number back to binary. For instance, to convert the binary number 1010 (which is 10 in decimal), you would calculate 10 + 3 = 13, and then convert 13 back to binary, resulting in 1101 in Excess-3 code.


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.


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 is the binary code for the number 99?

The binary code for the decimal number 99 is 1100011. In binary, each digit represents a power of 2, and when you add these values together (64 + 32 + 0 + 0 + 2 + 1), you get 99.


What do you mean by 8421 code?

The 8421 code, also known as binary-coded decimal (BCD), is a way of encoding decimal numbers in a binary format. In this code, each digit of a decimal number is represented by its equivalent four-bit binary value, where the weights of the bits are 8, 4, 2, and 1. For example, the decimal number 25 is represented in 8421 code as 0010 0101, corresponding to the digits 2 and 5. This coding system allows for easy conversion between decimal and binary, making it useful in digital systems and applications.


What is the binary code 10101010?

The binary code 10101010 represents the decimal number 170. In binary code, each digit is a power of 2, starting from the right with 2^0. Therefore, the binary digit 1 in the rightmost position represents 2^0, which is 1. Adding up the values of each digit in the binary code 10101010 gives 128 + 32 + 8 + 2 = 170 in decimal form.


What does 1111 in Binary code mean?

1111 in binary is 15 in decimal.