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 | 琥?琥?^ | 11100000111001100011111111100000111001100011111101011110 | e0e63fe0e63f5e |
EUC-JP | 琥?琥?^ | 11100000111010000011111111100000111010000011111101011110 | e0e83fe0e83f5e |
UTF-8 | 琥렜琥렜^ | 11100111100100001010010111101011101000001001110011100111100100001010010111101011101000001001110001011110 | e790a5eba09ce790a5eba09c5e |
UHC | 琥렜琥렜^ | 111110111101000010001110101011101111101111010000100011101010111001011110 | fbd08eaefbd08eae5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)