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 | 綺藺 | 11100011010110011110010101100001 | e359e561 |
EUC-JP | 綺藺 | 11100101101110101110100111000010 | e5bae9c2 |
UTF-8 | 綺藺 | 111001111011011010111010111010001001011110111010 | e7b6bae897ba |
UHC | 綺藺 | 11010001101110111101011111110100 | d1bbd7f4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)