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 | ???^ | 00111111001111110011111101011110 | 3f3f3f5e |
| SJIS-WIN | 染??^ | 1001000011110101001111110011111101011110 | 90f53f3f5e |
| EUC-JP | 染??^ | 1100000011110111001111110011111101011110 | c0f73f3f5e |
| UTF-8 | 染볥젗^ | 11100110100111111001001111101011101100111010010111101100101000001001011101011110 | e69f93ebb3a5eca0975e |
| UHC | 染볥젗^ | 11100110111110001001001111101011101000001001001101011110 | e6f893eba0935e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)