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 | ??????c^ | 0011111100111111001111110011111100111111001111110110001101011110 | 3f3f3f3f3f3f635e |
SJIS-WIN | ??????c^ | 0011111100111111001111110011111100111111001111110110001101011110 | 3f3f3f3f3f3f635e |
EUC-JP | ??????c^ | 0011111100111111001111110011111100111111001111110110001101011110 | 3f3f3f3f3f3f635e |
UTF-8 | 呂묋쥤呂묉뿈c^ | 1110111110100110100000001110101110101100100010111110110010100101101001001110111110100110100000001110101110101100100010011110101110111111100010000110001101011110 | efa680ebac8beca5a4efa680ebac89ebbf88635e |
UHC | 呂묋쥤呂묉뿈c^ | 1110010111111011100100011110100010100010100101101110010111111011100100011110011010010111100011110110001101011110 | e5fb91e8a296e5fb91e6978f635e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)