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 | 組? | 100100010110011100111111 | 91673f |
EUC-JP | 組? | 110000011100100000111111 | c1c83f |
UTF-8 | 組조 | 111001111011010110000100111011001010000110110000 | e7b584eca1b0 |
UHC | 組조 | 11110000110110101100000110110110 | f0dac1b6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)