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 | 墺?^ | 10011010110100100011111101011110 | 9ad23f5e |
EUC-JP | 墺?^ | 11010100110101000011111101011110 | d4d43f5e |
UTF-8 | 墺봨^ | 11100101101000101011101011101011101101001010100001011110 | e5a2baebb4a85e |
UHC | 墺봨^ | 1110011111110010100101000110101001011110 | e7f2946a5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)