Can somebody tell me how to print a string as bytes i.e. its corresponding ASCII code?!
My input is a normal string like "9" and the output should be the corresponding ASCII value of character '9'
|
|
|
Use
|
||||
|
|
If you're looking for a Byte Array - see this question: How to convert a Java String to an ASCII byte array? To get the ascii value of each individual character you can do:
|
|||
|
|
|
Hi I am not sure what do you want but may be the following method helps to print it .
you can see it at http://www.java-forums.org/java-tips/5591-printing-ascii-values-characters.html |
|||
|
|