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 | ???^ | 00111111001111110011111101011110 | 3f3f3f5e |
| SJIS-WIN | ?⑧?^ | 0011111110000111010001110011111101011110 | 3f87473f5e |
| EUC-JP | ???^ | 00111111001111110011111101011110 | 3f3f3f5e |
| UTF-8 | 狀⑧뼅^ | 11101111101001111011101011100010100100011010011111101011101111001000010101011110 | efa7bae291a7ebbc855e |
| UHC | 狀⑧뼅^ | 11101101111011101010100011101110100101101000111101011110 | edeea8ee968f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)