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 | 罔巡 | 11100011101001101000111110000100 | e3a68f84 |
EUC-JP | 罔巡 | 11100110101010001011110111100100 | e6a8bde4 |
UTF-8 | 罔巡 | 111001111011110110010100111001011011011110100001 | e7bd94e5b7a1 |
UHC | 罔巡 | 11011000110100101110001011011110 | d8d2e2de |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)