HTML Entity (dec) | Ă |
HTML Entity (hex) | Ă |
UTF-8 (hex) | 0xc482 / 0xc4 0x82 (2 bytes) |
UTF-8 (dec) | 196, 130 (2 bytes) |
UTF-16-BE (hex) | 0x102 / 0x01 0x02 (2 bytes) |
UTF-16-BE (dec) | 1, 2 (2 bytes) |
UTF-32-BE (hex) | 0x102 / 0x00 0x00 0x01 0x02 (4 bytes) |
UTF-32-BE (dec) | 0, 0, 1, 2 (4 bytes) |
C/C++/Java source code | "\u0102" |
Python source code | "\u0102" |