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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-WIN | 悟??悟??^ | 100011001110010100111111001111111000110011100101001111110011111101011110 | 8ce53f3f8ce53f3f5e |
EUC-JP | 悟??悟??^ | 101110001110011100111111001111111011100011100111001111110011111101011110 | b8e73f3fb8e73f3f5e |
UTF-8 | 悟뽯큱悟뽯큱^ | 11100110100000101001111111101011101111011010111111101101100000011011000111100110100000101001111111101011101111011010111111101101100000011011000101011110 | e6829febbdafed81b1e6829febbdafed81b15e |
UHC | 悟뽯큱悟뽯큱^ | 11100111111101101001011011101011101101001000000111100111111101101001011011101011101101001000000101011110 | e7f696ebb481e7f696ebb4815e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)