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 | ????B | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-WIN | 焦ァ焦ァB | 10001111110001011010011110001111110001011010011101000010 | 8fc5a78fc5a742 |
EUC-JP | 焦ァ焦ァB | 101111101100011110001110101001111011111011000111100011101010011101000010 | bec78ea7bec78ea742 |
UTF-8 | 焦ァ焦ァB | 11100111100001001010011011101111101111011010011111100111100001001010011011101111101111011010011101000010 | e784a6efbda7e784a6efbda742 |
UHC | 焦?焦?B | 11110101101001010011111111110101101001010011111101000010 | f5a53ff5a53f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)