Skip to Main Content

Java Programming

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

converting decimal to binary and vice versa(with huge numbers)

807591Mar 18 2008 — edited Mar 19 2008
I need to convert a decimal number, represented as a string, to a binary number, preferably also represented by a string.
These numbers will probably become much bigger then something a long, or even a double could handle, so the build-in methods for conversion fail...

Anyone got an idea on how I could begin to solve this?
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Apr 16 2008
Added on Mar 18 2008
7 comments
672 views