you should make sure that:
- you set utf-8 in php
- you use utf-8 in the connection
- your table is defined as utf-8_general_ci
- the specific field is defined as utf-8_general_ci
Then you should be able to view Hebrew, or any other language, correctly in phpadmin