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 | ??^ | 001111110011111101011110 | 3f3f5e |
SJIS-WIN | 側続^ | 1001000110100100100100011011000101011110 | 91a491b15e |
EUC-JP | 側続^ | 1100001010100110110000101011001101011110 | c2a6c2b35e |
UTF-8 | 側続^ | 11100101100000011011010011100111101101101001101001011110 | e581b4e7b69a5e |
UHC | 側?^ | 11110110101100000011111101011110 | f6b03f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)