I am newbie in android/java. I'd like to show a human-readable string of a hex value in a CharSequence on a EditText. The code is here. This code shows the string representation of the hex e.g: 7465737420202020203f7465737420202020202020202020203f7465737420202020202020202020203fd3f7d3f7d3f77f078840ffffffffffff
This is what I want to show:
test ?test ?test ?Ó÷Ó÷Ó÷ˆ@ÿÿÿÿÿÿ
How should I do to convert hex value in text. I tried many convert ways but I either got runtime errors or a wrong characters.