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 | 10001001010001110011111110001001010001110011111101000010 | 89473f89473f42 |
| EUC-JP | 烏?烏?B | 10110001101010000011111110110001101010000011111101000010 | b1a83fb1a83f42 |
| UTF-8 | 烏텹烏텹B | 11100111100000111000111111101101100001011011100111100111100000111000111111101101100001011011100101000010 | e7838fed85b9e7838fed85b942 |
| UHC | 烏텹烏텹B | 111010001010000110110111010011001110100010100001101101110100110001000010 | e8a1b74ce8a1b74c42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)