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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 彫?肢?^ | 10010010101001000011111110001110100010000011111101011110 | 92a43f8e883f5e |
EUC-JP | 彫?肢?^ | 11000100101001100011111110111011111010000011111101011110 | c4a63fbbe83f5e |
UTF-8 | 彫렟肢렑^ | 11100101101111011010101111101011101000001001111111101000100000101010001011101011101000001001000101011110 | e5bdabeba09fe882a2eba0915e |
UHC | 彫렟肢렑^ | 111100001100000110001110101100001111001010110110100011101010011001011110 | f0c18eb0f2b68ea65e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)