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 | 悟뽯젾悟뽯젾^ | 11100110100000101001111111101011101111011010111111101100101000001011111011100110100000101001111111101011101111011010111111101100101000001011111001011110 | e6829febbdafeca0bee6829febbdafeca0be5e |
UHC | 悟뽯젾悟뽯젾^ | 11100111111101101001011011101011101000001011000011100111111101101001011011101011101000001011000001011110 | e7f696eba0b0e7f696eba0b05e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)