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 | ?h?hB | 0011111101101000001111110110100001000010 | 3f683f6842 |
| SJIS-WIN | 達h達hB | 10010010010000100110100010010010010000100110100001000010 | 92426892426842 |
| EUC-JP | 達h達hB | 11000011101000110110100011000011101000110110100001000010 | c3a368c3a36842 |
| UTF-8 | 達h達hB | 111010011000000110010100011010001110100110000001100101000110100001000010 | e9819468e981946842 |
| UHC | 達h達hB | 11010011101110010110100011010011101110010110100001000010 | d3b968d3b96842 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)