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 | 語??^ | 1000110011101010001111110011111101011110 | 8cea3f3f5e |
| EUC-JP | 語??^ | 1011100011101100001111110011111101011110 | b8ec3f3f5e |
| UTF-8 | 語먬떵^ | 11101000101010101001111011101011101010001010110011101011100101101011010101011110 | e8aa9eeba8aceb96b55e |
| UHC | 語먬떵^ | 11100101110111101001000011101001101101101011101001011110 | e5de90e9b6ba5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)