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 | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
SJIS-WIN | ???悟??? | 0011111100111111001111111000110011100101001111110011111100111111 | 3f3f3f8ce53f3f3f |
EUC-JP | ???悟??? | 0011111100111111001111111011100011100111001111110011111100111111 | 3f3f3fb8e73f3f3f |
UTF-8 | 說븍젎悟뽯젚琉 | 111011111010011010100001111010111011100010001101111011001010000010001110111001101000001010011111111010111011110110101111111011001010000010011010111011111010011110001100 | efa6a1ebb88deca08ee6829febbdafeca09aefa78c |
UHC | 說븍젎悟뽯젚琉 | 1110011011110010101110101110101110100000100011111110011111110110100101101110101110100000100101101110101110100100 | e6f2baeba08fe7f696eba096eba4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)