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 | 焦ァ珎 | 1000111111000101101001111110000011011101 | 8fc5a7e0dd |
| EUC-JP | 焦ァ珎 | 101111101100011110001110101001111110000011011111 | bec78ea7e0df |
| UTF-8 | 焦ァ珎 | 111001111000010010100110111011111011110110100111111001111000111110001110 | e784a6efbda7e78f8e |
| UHC | 焦?? | 11110101101001010011111100111111 | f5a53f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)