| HTML Entity (dec) | ש | 
| HTML Entity (hex) | ש | 
| UTF-8 (hex) | 0xd7a9 / 0xd7 0xa9 (2 bytes) | 
| UTF-8 (dec) | 215, 169 (2 bytes) | 
| UTF-16-BE (hex) | 0x5e9 / 0x05 0xe9 (2 bytes) | 
| UTF-16-BE (dec) | 5, 233 (2 bytes) | 
| UTF-32-BE (hex) | 0x5e9 / 0x00 0x00 0x05 0xe9 (4 bytes) | 
| UTF-32-BE (dec) | 0, 0, 5, 233 (4 bytes) | 
| C/C++/Java source code | "\u05e9" | 
| Python source code | "\u05e9" |