HTML Entity (dec) | S |
HTML Entity (hex) | S |
UTF-8 (hex) | 0x53 |
UTF-8 (dec) | 83 |
UTF-16-BE (hex) | 0x53 |
UTF-16-BE (dec) | 0, 83 (2 bytes) |
UTF-32-BE (hex) | 0x53 |
UTF-32-BE (dec) | 0, 0, 0, 83 (4 bytes) |
C/C++/Java source code | "\u0053" |
Python source code | "\u0053" |