<!DOCTYPE HTML>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Untitled Document</title>
</head>
<body>
place raw hebrew character here
</body>
</html>
<!DOCTYPE HTML>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Untitled Document</title>
</head>
<body>
<%=rs("FieldWthHebrew")%>
<hr>
<pre><%=rs("FieldWthHebrew")%></pre>
</body>
</html>
What is actually being stored in your database? If you simply use hebrew characters with utf8 is should work. Are the characters stored correctly in the dbf when you look directly at the data?