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 | 嘶??嘶??^ | 100110100111110000111111001111111001101001111100001111110011111101011110 | 9a7c3f3f9a7c3f3f5e |
EUC-JP | 嘶??嘶??^ | 110100111101110100111111001111111101001111011101001111110011111101011110 | d3dd3f3fd3dd3f3f5e |
UTF-8 | 嘶뚭닶嘶뚭닶^ | 11100101100110001011011011101011100110101010110111101011100010111011011011100101100110001011011011101011100110101010110111101011100010111011011001011110 | e598b6eb9aadeb8bb6e598b6eb9aadeb8bb65e |
UHC | 嘶뚭닶嘶뚭닶^ | 11100011101101101000110011101010100010001010100111100011101101101000110011101010100010001010100101011110 | e3b68cea88a9e3b68cea88a95e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)