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 | 逡カ^ | 11100111100101011011011001011110 | e795b65e |
EUC-JP | 逡カ^ | 1110110111110101100011101011011001011110 | edf58eb65e |
UTF-8 | 逡カ^ | 11101001100000001010000111101111101111011011011001011110 | e980a1efbdb65e |
UHC | 逡?^ | 11110001111001000011111101011110 | f1e43f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)