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 | ??^ | 001111110011111101011110 | 3f3f5e |
| SJIS-WIN | 裂匏^ | 1001011111110100100110011011010101011110 | 97f499b55e |
| EUC-JP | 裂匏^ | 1100111011110110110100101011011101011110 | cef6d2b75e |
| UTF-8 | 裂匏^ | 11101000101000111000001011100101100011001000111101011110 | e8a382e58c8f5e |
| UHC | 裂匏^ | 1101011010101110111110001101001001011110 | d6aef8d25e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)