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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 釈煮蒡 | 100011101101111110001110110011111110010011101110 | 8edf8ecfe4ee |
EUC-JP | 釈煮蒡 | 101111001110000110111100110100011110100011110000 | bce1bcd1e8f0 |
UTF-8 | 釈煮蒡 | 111010011000011110001000111001111000010110101110111010001001001010100001 | e98788e785aee892a1 |
UHC | ?煮蒡 | 0011111111101101101101001101101110111100 | 3fedb4dbbc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)