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 | ???Y | 00111111001111110011111101011001 | 3f3f3f59 |
| SJIS-WIN | 野λ?Y | 100101101110110010000011110010010011111101011001 | 96ec83c93f59 |
| EUC-JP | 野λ?Y | 110011001110111010100110110010110011111101011001 | cceea6cb3f59 |
| UTF-8 | 野λ젘Y | 111010011000011110001110110011101011101111101100101000001001100001011001 | e9878ecebbeca09859 |
| UHC | 野λ젘Y | 11100101101011111010010111101011101000001001010001011001 | e5afa5eba09459 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)