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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
| SJIS-WIN | 匙??尋 | 100011011111101000111111001111111001000001110001 | 8dfa3f3f9071 |
| EUC-JP | 匙??尋 | 101110101111110000111111001111111011111111010010 | bafc3f3fbfd2 |
| UTF-8 | 匙됲뢇尋 | 111001011000110010011001111010111001000010110010111010111010001010000111111001011011000010001011 | e58c99eb90b2eba287e5b08b |
| UHC | 匙됲뢇尋 | 1110001110110101100010011110110110001111010000111110001111111100 | e3b589ed8f43e3fc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)