Ok so, there's two ways to read binary code. We have the standard 8 bits = 1 letter, right? Well, also, you can read it from right to left, and turn the code into one number... It follows the pattern of 1,2,4,8,16,32 etc, but from right to left...
So if you add up 1,2,4,16,32,256, and 512, which would be the numbers in the username, you would get 823 which are her initials... Although it's uncertain if her initials are HBC or HW...
elaborating on what DCM said, the "8 bits = 1 byte = 1 letter" thing is translated into ASCII values, which are characters of text. on the other hand, the actual number in base 2 can be converted into the standard base 10 number digit by digit. the main distinction between these two is that one is text, the other is a number.
Comments on Profile Post by ploo