answersLogoWhite

0

01101101011010010110101101100101

Assuming you are using ASCII encoding, using 8-bit characters on a Big Endian computer architecture, then it would be:

01101101 01101001 01101011 01100101

On a computer using Little Endian byte-order:

01100101 01101011 01101001 01101101

The binary representation of a character is heavily dependent on the particular character encoding method being used (ASCII was originally the most common encoding, with UTF-8 now superseding it)

User Avatar

Wiki User

13y ago

What else can I help you with?