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 | ??Lh??L | 00111111001111110100110001101000001111110011111101001100 | 3f3f4c683f3f4c |
SJIS-WIN | 恁?Lh恁?L | 100111001000110000111111010011000110100010011100100011000011111101001100 | 9c8c3f4c689c8c3f4c |
EUC-JP | 恁?Lh恁?L | 110101111110110000111111010011000110100011010111111011000011111101001100 | d7ec3f4c68d7ec3f4c |
UTF-8 | 恁틆Lh恁틆L | 111001101000000110000001111011011000101110000110010011000110100011100110100000011000000111101101100010111000011001001100 | e68181ed8b864c68e68181ed8b864c |
UHC | 恁틆Lh恁틆L | 1110110011110110101110100111001001001100011010001110110011110110101110100111001001001100 | ecf6ba724c68ecf6ba724c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)