Joke Collection Website - Talk about mood - Conversion from binary to other binary (tell me how to do it again)

Conversion from binary to other binary (tell me how to do it again)

What you should say is calculation.

The first one is 135. From right to left, four digits are calculated together, 1 00101,that is,1,001,01.

The second is 2753, from right to left, three digits together.

The third 16 1537 is converted to binary, then to octal, and then from binary to decimal 58207.

The fourth number11101is to find the nearest power of two, here is 5 12, the ninth power of two, so the binary number is ten digits, 9865438+. Then from binary to hexadecimal 3D5.

The fifth one is the same as1010010, 1222.