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 | 10011100011000010011111110011100011000010011111101000010 | 9c613f9c613f42 |
| EUC-JP | 彗?彗?B | 11010111110000100011111111010111110000100011111101000010 | d7c23fd7c23f42 |
| UTF-8 | 彗뢑彗뢑B | 11100101101111011001011111101011101000101001000111100101101111011001011111101011101000101001000101000010 | e5bd97eba291e5bd97eba29142 |
| UHC | 彗뢑彗뢑B | 111110111011001010001111010011001111101110110010100011110100110001000010 | fbb28f4cfbb28f4c42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)