Can J2EE support Chinese language

The problem is that the Session bean cannot get the chinese character from JSP.

I have set

<%@ page language="java" contentType="text/html;Big5"%> in JSP

when I invoke the Session bean by following code

/************************************************************

InitialContext ctx_forum=new InitialContext();

Object objref_addMess=ctx_forum.lookup("addMessage");

AddMessHome homeAddMess=(AddMessHome)PortableRemoteObject.narrow(objref_addMess,AddMessHome.class);

try{

AddMess remoteAddMess=homeAddMess.create();

success=remoteAddMess.addTopic(user,topic,message);

***********************************************************/

when I get the "message" from the bean, I got the wrong things

Please help me to solve this problem

[832 byte] By [simonyu] at [2007-9-26 12:39:48]
# 1
getMessage().getBytes()
TomXu at 2007-7-2 12:00:48 > top of Java-index,Other Topics,Patterns & OO Design...
# 2
Did U guys experienced problem in displaying Chinese Character with TomCat 4.0 ?I need to retrieve results from Sybase which contains Big5 characters but I cannot display them properly.When I am using Jrun 3.0, there is no such problem ? Any idea ?
wyeric at 2007-7-2 12:00:48 > top of Java-index,Other Topics,Patterns & OO Design...