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 | 證??證??^ | 111001101001101000111111001111111110011010011010001111110011111101011110 | e69a3f3fe69a3f3f5e |
| EUC-JP | 證??證??^ | 111010111111101000111111001111111110101111111010001111110011111101011110 | ebfa3f3febfa3f3f5e |
| UTF-8 | 證꿨ㄷ證꿨ㄷ^ | 11101000101011011000100111101010101111111010100011100011100001001011011111101000101011011000100111101010101111111010100011100011100001001011011101011110 | e8ad89eabfa8e384b7e8ad89eabfa8e384b75e |
| UHC | 證꿨ㄷ證꿨ㄷ^ | 11110001111110111011001011100101101001001010011111110001111110111011001011100101101001001010011101011110 | f1fbb2e5a4a7f1fbb2e5a4a75e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)