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 | ????O^ | 001111110011111100111111001111110100111101011110 | 3f3f3f3f4f5e |
| SJIS-WIN | 蠍エ雎珊O^ | 111001011011011010110100111010001011000110001110010110000100111101011110 | e5b6b4e8b18e584f5e |
| EUC-JP | 蠍エ雎珊O^ | 11101010101110001000111010110100111100001011001110111011101110010100111101011110 | eab88eb4f0b3bbb94f5e |
| UTF-8 | 蠍エ雎珊O^ | 1110100010100000100011011110111110111101101101001110100110011011100011101110011110001111100010100100111101011110 | e8a08defbdb4e99b8ee78f8a4f5e |
| UHC | ??雎珊O^ | 0011111100111111111011101101000111011111101001100100111101011110 | 3f3feed1dfa64f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)