HTML Entity (dec) | ա |
HTML Entity (hex) | ա |
UTF-8 (hex) | 0xd5a1 / 0xd5 0xa1 (2 bytes) |
UTF-8 (dec) | 213, 161 (2 bytes) |
UTF-16-BE (hex) | 0x561 / 0x05 0x61 (2 bytes) |
UTF-16-BE (dec) | 5, 97 (2 bytes) |
UTF-32-BE (hex) | 0x561 / 0x00 0x00 0x05 0x61 (4 bytes) |
UTF-32-BE (dec) | 0, 0, 5, 97 (4 bytes) |
C/C++/Java source code | "\u0561" |
Python source code | "\u0561" |