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 | 瞑 | 11100001110100101111100110101011 | e1d2f9ab |
EUC-JP | 瞑? | 111000101101010000111111 | e2d43f |
UTF-8 | 瞑 | 111001111001111010010001111011101001110010000110 | e79e91ee9c86 |
UHC | 瞑? | 110110011010101000111111 | d9aa3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)