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