Encoding with UTF-8 in JSP

Hi,

I am using UTF-8 encoding scheme in JSP. After submission of my JSP page I am getting the decimal representation of the unicode (preceeded by &# and followed by ;) of the non english characters in my action class. But I want to get the hexadecimal representation of the character instead of decimal. How can I get it?

[338 byte] By [Subhoa] at [2007-10-2 4:34:21]
# 1
Why is it a problem that you get the decimal representation? Every user agent has to be able to handle it.
JoachimSauera at 2007-7-16 0:06:39 > top of Java-index,Desktop,I18N...