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 | 蜃ケ螻・^ | 11100101100001111011100111100101101100011010010101011110 | e587b9e5b1a55e |
| EUC-JP | 蜃ケ螻・^ | 111010011110011110001110101110011110101010110011100011101010010101011110 | e9e78eb9eab38ea55e |
| UTF-8 | 蜃ケ螻・^ | 11101000100111001000001111101111101111011011100111101000100111101011101111101111101111011010010101011110 | e89c83efbdb9e89ebbefbda55e |
| UHC | 蜃???^ | 111000111111000100111111001111110011111101011110 | e3f13f3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)