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 | 錵j芥觴 | 1110100001000101100000101000101010001010010010001110011001011011 | e845828a8a48e65b |
| EUC-JP | 錵j芥觴 | 1110111110100110101000111110101010110011101010011110101110111100 | efa6a3eab3a9ebbc |
| UTF-8 | 錵j芥觴 | 111010011000110010110101111011111011110110001010111010001000101010100101111010001010011110110100 | e98cb5efbd8ae88aa5e8a7b4 |
| UHC | ?j芥觴 | 00111111101000111110101011001011110011101101111111011000 | 3fa3eacbcedfd8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)