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 | 靖?^ | 10010110111101010011111101011110 | 96f53f5e |
EUC-JP | 靖?^ | 11001100111101110011111101011110 | ccf73f5e |
UTF-8 | 靖렮^ | 11101001100111011001011011101011101000001010111001011110 | e99d96eba0ae5e |
UHC | 靖렮^ | 1110111111111110100011101011101101011110 | effe8ebb5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)