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 | 蓴萌 | 11100100111100011001011001000111 | e4f19647 |
EUC-JP | 蓴萌 | 11101000111100111100101110101000 | e8f3cba8 |
UTF-8 | 蓴萌 | 111010001001001110110100111010001001000010001100 | e893b4e8908c |
UHC | 蓴萌 | 11100010111100011101100011110000 | e2f1d8f0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)