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