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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | 愼鰐 | 10011100110001001001100001101011 | 9cc4986b |
EUC-JP | 愼鰐 | 11011000110001101100111111001100 | d8c6cfcc |
UTF-8 | 愼鰐 | 111001101000010010111100111010011011000010010000 | e684bce9b090 |
UHC | 愼鰐 | 11100011111001011110010011001010 | e3e5e4ca |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)