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 | 00111111001111110011111101000010 | 3f3f3f42 |
| SJIS-WIN | ??宅B | 0011111100111111100100011110111001000010 | 3f3f91ee42 |
| EUC-JP | ??宅B | 0011111100111111110000101111000001000010 | 3f3fc2f042 |
| UTF-8 | 臨띌宅B | 11101111101001111011011011101011100111011000110011100101101011101000010101000010 | efa7b6eb9d8ce5ae8542 |
| UHC | 臨띌宅B | 11101100111110101011011011101001110100111110101101000010 | ecfab6e9d3eb42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)