Those are probably Unicode character representations of the Hebrew input, possibly UTF-8.
I haven't seen much about Unicode handling on Arduino, but it's worth a search. Normally Arduino C only works with the 8-bit ASCII character set (but see UTF-8 for a workaround).
Here's a summary of Unicode: http://en.wikipedia.org/wiki/Unicode
I see a translation table in your future...
-br