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 | 樗雕 | 10010010100101001110100010111000 | 9294e8b8 |
EUC-JP | 樗雕 | 11000011111101001111000010111010 | c3f4f0ba |
UTF-8 | 樗雕 | 111001101010100010010111111010011001101110010101 | e6a897e99b95 |
UHC | 樗雕 | 11101110110000001111000011100111 | eec0f0e7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)