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 | 11100001101001110011111111100001101001110011111101000010 | e1a73fe1a73f42 |
| EUC-JP | 皎?皎?B | 11100010101010010011111111100010101010010011111101000010 | e2a93fe2a93f42 |
| UTF-8 | 皎원皎원B | 11100111100110101000111011101100100110111001000011100111100110101000111011101100100110111001000001000010 | e79a8eec9b90e79a8eec9b9042 |
| UHC | 皎원皎원B | 110011101110101110111111111110001100111011101011101111111111100001000010 | ceebbff8ceebbff842 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)