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 | ?t | 0011111101110100 | 3f74 |
SJIS-WIN | 肯t | 100011010110110101110100 | 8d6d74 |
EUC-JP | 肯t | 101110011100111001110100 | b9ce74 |
UTF-8 | 肯t | 11101000100000101010111101110100 | e882af74 |
UHC | 肯t | 110100001110100101110100 | d0e974 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)