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 | ???r^ | 0011111100111111001111110111001001011110 | 3f3f3f725e |
| SJIS-WIN | ?▼?r^ | 001111111000000110100101001111110111001001011110 | 3f81a53f725e |
| EUC-JP | ?▼?r^ | 001111111010001010100111001111110111001001011110 | 3fa2a73f725e |
| UTF-8 | 療▼ㅁr^ | 1110111110100111100000011110001010010110101111001110001110000101100000010111001001011110 | efa781e296bce38581725e |
| UHC | 療▼ㅁr^ | 1110100011111110101000011110010110100100101100010111001001011110 | e8fea1e5a4b1725e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)