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 | 0011111100111111001111110011111101101000 | 3f3f3f3f68 |
SJIS-WIN | 狸息臓臓h | 100100100100101110010001101001111001000110011111100100011001111101101000 | 924b91a7919f919f68 |
EUC-JP | 狸息臓臓h | 110000111010110011000010101010011100001010100001110000101010000101101000 | c3acc2a9c2a1c2a168 |
UTF-8 | 狸息臓臓h | 11100111100010111011100011100110100000011010111111101000100001111001001111101000100001111001001101101000 | e78bb8e681afe88793e8879368 |
UHC | 狸息??h | 11010111111000011110001111010011001111110011111101101000 | d7e1e3d33f3f68 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)