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 | 111000011011001011111000111000011110000110110010111110001110000101000010 | e1b2f8e1e1b2f8e142 |
| EUC-JP | 盍?盍?B | 11100010101101000011111111100010101101000011111101000010 | e2b43fe2b43f42 |
| UTF-8 | 盍盍B | 11100111100110111000110111101110100110101000000011100111100110111000110111101110100110101000000001000010 | e79b8dee9a80e79b8dee9a8042 |
| UHC | ????B | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)