Changing from hexadecimal to binary
807606May 5 2007 — edited May 14 2007Is there a way to easily convert hexadecimal numbers to binary in a java program?
For instance, if "2" is inputed, I need "100000" outputed.
The numbers are in String format.
Thank you!