answersLogoWhite

0

To represent the word "minecraft" in binary code, you first convert each letter to its ASCII value and then to binary. For example, the letter 'M' is 77 in ASCII, which is 01001101 in binary. The full binary representation for "Minecraft" is:

01001101 01101001 01101110 01100101 01100011 01110010 01100001 01100110 01110100.

User Avatar

AnswerBot

1w ago

What else can I help you with?