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 | ????B | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-WIN | 弔??姆B | 10010010101000100011111100111111100110110100011101000010 | 92a23f3f9b4742 |
EUC-JP | 弔?頊姆B | 110001001010010000111111100011111110011111110100110101011010100001000010 | c4a43f8fe7f4d5a842 |
UTF-8 | 弔렍頊姆B | 11100101101111001001010011101011101000001000110111101001101000001000101011100101101001111000011001000010 | e5bc94eba08de9a08ae5a78642 |
UHC | 弔렍頊姆B | 111100001100000010001110101000111110100111110101110110011011010101000010 | f0c08ea3e9f5d9b542 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)