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 | 宣鄂^ | 1001000011101001111001111011110101011110 | 90e9e7bd5e |
EUC-JP | 宣鄂^ | 1100000011101011111011101011111101011110 | c0ebeebf5e |
UTF-8 | 宣鄂^ | 11100101101011101010001111101001100001001000001001011110 | e5aea3e984825e |
UHC | 宣鄂^ | 1110000010111110111001001100011101011110 | e0bee4c75e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)