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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 顰エ﨟コ^ | 11101000111111001011010011111011100111011011101001011110 | e8fcb4fb9dba5e |
EUC-JP | 顰エ?コ^ | 1111000011111110100011101011010000111111100011101011101001011110 | f0fe8eb43f8eba5e |
UTF-8 | 顰エ﨟コ^ | 11101001101000011011000011101111101111011011010011101111101010001001111111101111101111011011101001011110 | e9a1b0efbdb4efa89fefbdba5e |
UHC | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)