how to convert a char from alphabetical character to hexadecimal number in java a if any one have any built-in method in java that does the job or if you have your own method ,could you please help
i forgot and also how to convert from hex to binary
|
|
You can convert from char to hex string.
To read hex and convert to binary you can do
|
|||||||
|
|
Use the apache commons codec library Specifically: http://commons.apache.org/codec/apidocs/org/apache/commons/codec/binary/Hex.html |
|||
|
|
|
You could use:
Update: hex -> binary conversion:
|
||||
|
|