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 | 昧癒 | 10010110100001101001011011111100 | 968696fc |
EUC-JP | 昧癒 | 11001011111001101100110011111110 | cbe6ccfe |
UTF-8 | 昧癒 | 111001101001100010100111111001111001100110010010 | e698a7e79992 |
UHC | 昧癒 | 11011000110111001110101110101000 | d8dceba8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)