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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | 絅э | 11100011010001001000010010001111 | e344848f |
EUC-JP | 絅э | 11100101101001011010011111101111 | e5a5a7ef |
UTF-8 | 絅э | 1110011110110101100001011101000110001101 | e7b585d18d |
UHC | 絅э | 11001100111001111010110011101111 | cce7acef |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)