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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 裹瑚、カ貊 | 1110010111100101100011001110100010100100101101101110011010111011 | e5e58ce8a4b6e6bb |
EUC-JP | 裹瑚、カ貊 | 11101010111001111011100011101010100011101010010010001110101101101110110010111101 | eae7b8ea8ea48eb6ecbd |
UTF-8 | 裹瑚、カ貊 | 111010001010001110111001111001111001000110011010111011111011110110100100111011111011110110110110111010001011001010001010 | e8a3b9e7919aefbda4efbdb6e8b28a |
UHC | ?瑚??貊 | 00111111111110111101000100111111001111111101100011100111 | 3ffbd13f3fd8e7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)