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!

Binary to hex convertor

807589Sep 27 2008 — edited Sep 30 2008
Hello all,
I was searching on the internet an binary to hex convertor in java language, but I was found 0 results.
I want to converting an binary number to hex number, but not binary or hex calculator.
I need a java code for converting binary code into hex code.
For example:
I have got a file with some binary codes and I want to converting it.
For converting the binary code I must type followings:
java <project's name> bynary.txt hex.txt
The binary code has been converted into hex code to hex.txt file.
Please help me.
Thank you!
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Oct 28 2008
Added on Sep 27 2008
13 comments
707 views