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 | 罔井 | 11100011101001101000100011100100 | e3a688e4 |
EUC-JP | 罔井 | 11100110101010001011000011100110 | e6a8b0e6 |
UTF-8 | 罔井 | 111001111011110110010100111001001011101010010101 | e7bd94e4ba95 |
UHC | 罔井 | 11011000110100101110111111001100 | d8d2efcc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)