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 | è×?? | 11101000110101110011111100111111 | e8d73f3f |
| SJIS-WIN | ?×蹣僉 | 00111111100000010111111011100111010010011001100101000000 | 3f817ee7499940 |
| EUC-JP | è×蹣僉 | 100011111010101110110010101000011101111111101101101010101101000110100001 | 8fabb2a1dfedaad1a1 |
| UTF-8 | è×蹣僉 | 11000011101010001100001110010111111010001011100110100011111001011000001110001001 | c3a8c397e8b9a3e58389 |
| UHC | ?×?僉 | 001111111010000110111111001111111111010011010010 | 3fa1bf3ff4d2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)