Subj : how to base convert a byte array To : comp.programming From : Eric Date : Thu Jul 07 2005 05:15 pm I'm trying to convert a base 256 byte array to an array of lower base numbers, and back. But i can't figure out how to handle the partial symbol overflows. I tried locating an algorithm for this by using google, but didn't find much that helped me out. If anyone can point me to a site with information on this or post some pseudo code, it would be great. TIA .