Hi, welcome to the ranch! If you've been reading here you probably noticed that we often give hints instead of complete answers so you can enjoy some of the discovery process.
Snoop through the examples in Integer.parseInt(
string, radix ) and see if you spot one that can change a set of 8 1s and 0s into an Integer. From there see if you can convert to a byte or a char. Should be fun!
[ September 27, 2005: Message edited by: Stan James ]