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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
| SJIS-WIN | 誼??誼??^ | 100010110110001000111111001111111000101101100010001111110011111101011110 | 8b623f3f8b623f3f5e |
| EUC-JP | 誼??誼??^ | 101101011100001100111111001111111011010111000011001111110011111101011110 | b5c33f3fb5c33f3f5e |
| UTF-8 | 誼묉즳誼묉즳^ | 11101000101010101011110011101011101011001000100111101100101001101011001111101000101010101011110011101011101011001000100111101100101001101011001101011110 | e8aabcebac89eca6b3e8aabcebac89eca6b35e |
| UHC | 誼묉즳誼묉즳^ | 11101011111111101001000111100110101000111000010111101011111111101001000111100110101000111000010101011110 | ebfe91e6a385ebfe91e6a3855e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)