For those that may have been wondering ... the BALUG logo: http://www.balug.org/images/balug/logo.gif The apparently binary data shown on bottom towards left: 01100010 01100001 01101100 01110101 01100111 What is that data? Interpreted as ASCII data in binary, it's: balug
references/excerpts: http://www.balug.org/images/balug/logo.gif $ perl -e 'print(pack(q(B*),join(q(),qw(
01100010 01100001 01101100 01110101 01100111 ))),"\n");'
balug $
Quoting Michael Paoli (Michael.Paoli@cal.berkeley.edu):
For those that may have been wondering ... the BALUG logo: http://www.balug.org/images/balug/logo.gif The apparently binary data shown on bottom towards left: 01100010 01100001 01101100 01110101 01100111 What is that data? Interpreted as ASCII data in binary, it's: balug
Interpreted as EBCDIC in binary, it's: A-with-carat, forward slash, percent symbol, I-with-right-accent, a-with-circle-above .
Yr. welcome.