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 | 牾晗 | 11100000101100011111101011010110 | e0b1fad6 |
| EUC-JP | 牾晗 | 1110000010110011100011111100001010111000 | e0b38fc2b8 |
| UTF-8 | 牾晗 | 111001111000100110111110111001101001100110010111 | e789bee69997 |
| UHC | ?? | 0011111100111111 | 3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)