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 | ??? | 001111110011111100111111 | 3f3f3f |
| SJIS-WIN | ?班莖 | 0011111110010100110001111110010010110001 | 3f94c7e4b1 |
| EUC-JP | ?班莖 | 0011111111001000110010011110100010110011 | 3fc8c9e8b3 |
| UTF-8 | 뤾班莖 | 111010111010010010111110111001111000111110101101111010001000111010010110 | eba4bee78fade88e96 |
| UHC | 뤾班莖 | 100011111110101011011010111011001100110011101100 | 8feadaecccec |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)