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 | 盡癆 | 11100001101101101110000110010100 | e1b6e194 |
EUC-JP | 盡癆 | 11100010101110001110000111110100 | e2b8e1f4 |
UTF-8 | 盡癆 | 111001111001101110100001111001111001100110000110 | e79ba1e79986 |
UHC | 盡? | 111100101101011100111111 | f2d73f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)