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 | ????B | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
| SJIS-WIN | 鰐?鰐?B | 10011000011010110011111110011000011010110011111101000010 | 986b3f986b3f42 |
| EUC-JP | 鰐?鰐?B | 11001111110011000011111111001111110011000011111101000010 | cfcc3fcfcc3f42 |
| UTF-8 | 鰐卄鰐卄B | 11101001101100001001000011100101100011011000010011101001101100001001000011100101100011011000010001000010 | e9b090e58d84e9b090e58d8442 |
| UHC | 鰐卄鰐卄B | 111001001100101011101100111111101110010011001010111011001111111001000010 | e4caecfee4caecfe42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)