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 | ???h | 00111111001111110011111101101000 | 3f3f3f68 |
SJIS-WIN | 啼??h | 1001101001100101001111110011111101101000 | 9a653f3f68 |
EUC-JP | 啼??h | 1101001111000110001111110011111101101000 | d3c63f3f68 |
UTF-8 | 啼펨ㄻh | 11100101100101011011110011101101100011101010100011100011100001001011101101101000 | e595bced8ea8e384bb68 |
UHC | 啼펨ㄻh | 11110000101001101100011011101000101001001010101101101000 | f0a6c6e8a4ab68 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)