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 | ?^ | 0011111101011110 | 3f5e |
SJIS-WIN | 凝^ | 100010111100001101011110 | 8bc35e |
EUC-JP | 凝^ | 101101101100010101011110 | b6c55e |
UTF-8 | 凝^ | 11100101100001111001110101011110 | e5879d5e |
UHC | 凝^ | 111010111110101001011110 | ebea5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)