HTML Entity (dec) | 3 |
HTML Entity (hex) | 3 |
UTF-8 (hex) | 0x33 |
UTF-8 (dec) | 51 |
UTF-16-BE (hex) | 0x33 |
UTF-16-BE (dec) | 0, 51 (2 bytes) |
UTF-32-BE (hex) | 0x33 |
UTF-32-BE (dec) | 0, 0, 0, 51 (4 bytes) |
C/C++/Java source code | "\u0033" |
Python source code | "\u0033" |