1110 0101 1101 1011 is E5DB
13 in decimal = 1101 in binary.
The answer is 1 0101 0111 1110 1011 1011 0011 1111 1010 0001 0111
It is DAB not that hard really 0001 1 0010 2 0011 3 0100 4 0101 5 0110 6 0111 7 1000 8 1001 9 1010 A 1011 B 1100 C 1101 D 1110 E 1111 F and there you go
8
1110 0101 1101 1011 is E5DB
The way I convert between decimal and hexadecimal is to first convert the decimal number to binary: 664062510 = 110010101010011111100012 Then split the binary number into 16-bit (4 digit) chunks: 0110 0101 0101 0011 1111 00012 Next, convert each chunk into a hexadecimal digit: 0110 0101 0101 0011 1111 00012 6 5 5 3 F 1 Finally, put all the digits together: 664062510 = 6553F116
13 in decimal = 1101 in binary.
convert 1101 to decimal
A 0, 1 system using: 5, 2, 1', 1 instead of 8, 4, 2, 1 to count binary numbers. Example: 0000 0001 0010 0101 0100 0101 1001 1100 1101 1111
Arrange your binary number in Four number groups from right to left add zero's if needed. So if your binary is 11011101 it will be 1101 1101 now replace your group with 0-0000 1-0001 2-0010 3-0011 4-0100 5-0101 6-0110 7-0111 8-1000 9-1001 A-1010 B-1011 C-1100 D-1101 E-1110 F-1111 and you get your number in hex 1101 1101 == DD
If 1101 is a decimal number, then its binary equivalent is 10001001101. If 1101 is a binary number, then its decimal equivalent is 13.
1101 is an integer, but you can convert it into a fraction by writing it as 1101/1
In HEX, 1101 1001 is D9. Translated to decimal, that equals 217.
1101 is the binary equivalent of the decimal number 13
1101 1001 in binary is D9 in hex and 139 in decimal
Decimal: 3 2 5 Binary: 0011 0010 0101 so 325 = 0011 0010 0101