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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
| SJIS-WIN | 衣???瓦 | 10001000110111110011111100111111001111111000101010100010 | 88df3f3f3f8aa2 |
| EUC-JP | 衣???瓦 | 10110000111000010011111100111111001111111011010010100100 | b0e13f3f3fb4a4 |
| UTF-8 | 衣쯔렕렟瓦 | 111010001010000110100011111011001010111110010100111010111010000010010101111010111010000010011111111001111001001110100110 | e8a1a3ecaf94eba095eba09fe793a6 |
| UHC | 衣쯔렕렟瓦 | 11101011111111011100001011101010100011101010101010001110101100001110100010111111 | ebfdc2ea8eaa8eb0e8bf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)