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 | ?x?x^ | 0011111101111000001111110111100001011110 | 3f783f785e |
SJIS-WIN | ?x?x^ | 0011111101111000001111110111100001011110 | 3f783f785e |
EUC-JP | ?x?x^ | 0011111101111000001111110111100001011110 | 3f783f785e |
UTF-8 | 챌x챌x^ | 111011001011000110001100011110001110110010110001100011000111100001011110 | ecb18c78ecb18c785e |
UHC | 챌x챌x^ | 11000011101001110111100011000011101001110111100001011110 | c3a778c3a7785e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)