HTML Entity (dec) | Ш |
HTML Entity (hex) | Ш |
UTF-8 (hex) | 0xd0a8 / 0xd0 0xa8 (2 bytes) |
UTF-8 (dec) | 208, 168 (2 bytes) |
UTF-16-BE (hex) | 0x428 / 0x04 0x28 (2 bytes) |
UTF-16-BE (dec) | 4, 40 (2 bytes) |
UTF-32-BE (hex) | 0x428 / 0x00 0x00 0x04 0x28 (4 bytes) |
UTF-32-BE (dec) | 0, 0, 4, 40 (4 bytes) |
C/C++/Java source code | "\u0428" |
Python source code | "\u0428" |