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 | ??? | 001111110011111100111111 | 3f3f3f |
| SJIS-WIN | ??軋 | 00111111001111111110011101100001 | 3f3fe761 |
| EUC-JP | ??軋 | 00111111001111111110110111000010 | 3f3fedc2 |
| UTF-8 | 손섶軋 | 111011001000011010010000111011001000010010110110111010001011101110001011 | ec8690ec84b6e8bb8b |
| UHC | 손섶軋 | 101111001101010110111100101110111110010011011000 | bcd5bcbbe4d8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)