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 | ????B | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
| SJIS-WIN | ?鶩?鶩B | 00111111111010100100111000111111111010100100111001000010 | 3fea4e3fea4e42 |
| EUC-JP | ?鶩?鶩B | 00111111111100111010111100111111111100111010111101000010 | 3ff3af3ff3af42 |
| UTF-8 | 쮜鶩쮜鶩B | 11101100101011101001110011101001101101101010100111101100101011101001110011101001101101101010100101000010 | ecae9ce9b6a9ecae9ce9b6a942 |
| UHC | 쮜鶩쮜鶩B | 110000101110100011011001110100001100001011101000110110011101000001000010 | c2e8d9d0c2e8d9d042 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)