Binary to hex convertor
807589Sep 27 2008 — edited Sep 30 2008Hello 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!