HTML Entity (dec) | 2 |
HTML Entity (hex) | 2 |
UTF-8 (hex) | 0x32 |
UTF-8 (dec) | 50 |
UTF-16-BE (hex) | 0x32 |
UTF-16-BE (dec) | 0, 50 (2 bytes) |
UTF-32-BE (hex) | 0x32 |
UTF-32-BE (dec) | 0, 0, 0, 50 (4 bytes) |
C/C++/Java source code | "\u0032" |
Python source code | "\u0032" |