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 | 凝?^ | 10001011110000110011111101011110 | 8bc33f5e |
EUC-JP | 凝?^ | 10110110110001010011111101011110 | b6c53f5e |
UTF-8 | 凝렑^ | 11100101100001111001110111101011101000001001000101011110 | e5879deba0915e |
UHC | 凝렑^ | 1110101111101010100011101010011001011110 | ebea8ea65e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)