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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
| SJIS-WIN | ?⑧??① | 00111111100001110100011100111111001111111000011101000000 | 3f87473f3f8740 |
| EUC-JP | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
| UTF-8 | 狀⑧궋狀① | 111011111010011110111010111000101001000110100111111010101011011010001011111011111010011110111010111000101001000110100000 | efa7bae291a7eab68befa7bae291a0 |
| UHC | 狀⑧궋狀① | 11101101111011101010100011101110100000101010001011101101111011101010100011100111 | edeea8ee82a2edeea8e7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)