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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
| SJIS-WIN | 猝獻猝獻^ | 111000001100101011100000110110011110000011001010111000001101100101011110 | e0cae0d9e0cae0d95e |
| EUC-JP | 猝獻猝獻^ | 111000001100110011100000110110111110000011001100111000001101101101011110 | e0cce0dbe0cce0db5e |
| UTF-8 | 猝獻猝獻^ | 11100111100011001001110111100111100011011011101111100111100011001001110111100111100011011011101101011110 | e78c9de78dbbe78c9de78dbb5e |
| UHC | 猝獻猝獻^ | 111100001111000111111010110011001111000011110001111110101100110001011110 | f0f1faccf0f1facc5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)