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 | ç^ | 111001111000001110001001100001101000110101011110 | e78389868d5e |
| SJIS-WIN | ?????^ | 001111110011111100111111001111110011111101011110 | 3f3f3f3f3f5e |
| EUC-JP | ç????^ | 1000111110101011101011100011111100111111001111110011111101011110 | 8fabae3f3f3f3f5e |
| UTF-8 | ç^ | 1100001110100111110000101000001111000010100010011100001010000110110000101000110101011110 | c3a7c283c289c286c28d5e |
| UHC | ?????^ | 001111110011111100111111001111110011111101011110 | 3f3f3f3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)