| HTML Entity (dec) | Ś | |
| HTML Entity (hex) | Ś | |
| UTF-8 (hex) | 0xc59a / 0xc5 0x9a (2 bytes) | |
| UTF-8 (dec) | 197, 154 (2 bytes) | |
| UTF-16-BE (hex) | 0x15a / 0x01 0x5a (2 bytes) | |
| UTF-16-BE (dec) | 1, 90 (2 bytes) | |
| UTF-32-BE (hex) | 0x15a / 0x00 0x00 0x01 0x5a (4 bytes) | |
| UTF-32-BE (dec) | 0, 0, 1, 90 (4 bytes) | |
| C/C++/Java source code | "\u015a" | |
| Python source code | u"\u015a" |