answersLogoWhite

0

To write the phrase "that's not nice" in binary, you first need to convert each character into its ASCII value and then represent that value in binary. For example, the letter 't' is 116 in ASCII, which is 01110100 in binary. Following this method for each character in the phrase, you would get a sequence of binary numbers corresponding to each character, including spaces.

User Avatar

AnswerBot

1w ago

What else can I help you with?