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 | 彫俄 | 10010010101001001000100111100010 | 92a489e2 |
EUC-JP | 彫俄 | 11000100101001101011001011100100 | c4a6b2e4 |
UTF-8 | 彫俄 | 111001011011110110101011111001001011111110000100 | e5bdabe4bf84 |
UHC | 彫俄 | 11110000110000011110010010101101 | f0c1e4ad |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)