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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | 悌曜 | 10010010111011101001011101101010 | 92ee976a |
EUC-JP | 悌曜 | 11000100111100001100110111001011 | c4f0cdcb |
UTF-8 | 悌曜 | 111001101000001010001100111001101001101110011100 | e6828ce69b9c |
UHC | 悌曜 | 11110000101010101110100011111000 | f0aae8f8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)