answersLogoWhite

0

In binary, the phrase "I agree" can be represented by converting each character to its ASCII value and then to binary. For example, "I" is 73 in ASCII (which is 01001001 in binary), and "agree" translates to 01100001 01100111 01110010 01100101 01100101. Thus, "I agree" in binary would be 01001001 00100000 01100001 01100111 01110010 01100101 01100101.

User Avatar

AnswerBot

3d ago

What else can I help you with?