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 | 癬晏 | 11100001100111011001110111100101 | e19d9de5 |
EUC-JP | 癬晏 | 11100001111111011101101011100111 | e1fddae7 |
UTF-8 | 癬晏 | 111001111001100110101100111001101001100110001111 | e799ace6998f |
UHC | 癬晏 | 11100000110010001110010011001111 | e0c8e4cf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)