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 | ??D | 001111110011111101000100 | 3f3f44 |
SJIS-WIN | 焦ァD | 10001111110001011010011101000100 | 8fc5a744 |
EUC-JP | 焦ァD | 1011111011000111100011101010011101000100 | bec78ea744 |
UTF-8 | 焦ァD | 11100111100001001010011011101111101111011010011101000100 | e784a6efbda744 |
UHC | 焦?D | 11110101101001010011111101000100 | f5a53f44 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)