answersLogoWhite

0

1310 = 11012

User Avatar

Wiki User

11y ago

What else can I help you with?

Related Questions

What is the binary representation of the decimal number 13?

(13)10 = (1 1 0 1)2


What is the binary representation of the hexadecimal number 3D9?

The binary representation is : 1111011001


What is the binary code representation for the decimal numbers 13 14 and 15?

15 = 1111 14 = 1110 13 = 1101


What is the binary representation of the keyword "129" in decimal?

The binary representation of the keyword "129" in decimal is 10000001.


What is the binory number for 1101?

Jack Hill suggested "1101" instead; 1101 is the binary representation of the number 13


What is 2s complement of (-13)10?

To find the 2's complement of (-13) in binary, first, convert the positive value (13) to binary, which is 1101 in 4 bits. Then, invert the bits to get 0010, and finally, add 1 to this result, resulting in 0011. Thus, the 2’s complement representation of (-13) in 4-bit binary is 0011.


What is the binary representation for a?

To provide the binary representation for "a," we first need to know that "a" is a character in the ASCII (American Standard Code for Information Interchange) encoding system. In ASCII, the character "a" is represented by the decimal value 97, which converts to binary as 01100001. Thus, the binary representation for "a" is 01100001.


Why you are using binary integer representation?

I am not!


How many zeros are present in the binary representation of 51 5?

11111111=255 'o' zeroes are present in the binary representation of 51x5


Binary representation of 0xCA?

The hexadecimal value 0xCA can be converted to binary by converting each hex digit to its 4-bit binary equivalent. The hex digit 'C' corresponds to the binary 1100, and 'A' corresponds to 1010. Therefore, the binary representation of 0xCA is 11001010.


What is the binary representation of 4?

4 = 100


What is binary equivalent of -13 using 2's complement?

To find the binary equivalent of -13 using 2's complement, first convert the positive number 13 to binary, which is 1101 in 4 bits. Next, invert the bits to get 0010, and then add 1 to this result. The final 2's complement representation of -13 in 4 bits is 0011, which is 1111 in 8 bits: 11110011.