To what bitstring a character(s) is encoded in each character set?
Input one character or short letters and click "Convert."
Charset | Character | Bit string (binary) | Bit String (hexadecimal) |
---|---|---|---|
ISO-8859-1 | Dh | 1000111101000100100011111010110101101000 | 8f448fad68 |
SJIS-WIN | ?D??h | 0011111101000100001111110011111101101000 | 3f443f3f68 |
EUC-JP | ?D??h | 0011111101000100001111110011111101101000 | 3f443f3f68 |
UTF-8 | Dh | 1100001010001111010001001100001010001111110000101010110101101000 | c28f44c28fc2ad68 |
UHC | ?D?h | 001111110100010000111111101000011010100101101000 | 3f443fa1a968 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)