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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
| SJIS-WIN | 豸恵豸悟 | 1110011010110110100011000110001011100110101101101000110011100101 | e6b68c62e6b68ce5 |
| EUC-JP | 豸恵豸悟 | 1110110010111000101101111100001111101100101110001011100011100111 | ecb8b7c3ecb8b8e7 |
| UTF-8 | 豸恵豸悟 | 111010001011000110111000111001101000000110110101111010001011000110111000111001101000001010011111 | e8b1b8e681b5e8b1b8e6829f |
| UHC | ???悟 | 0011111100111111001111111110011111110110 | 3f3f3fe7f6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)