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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 繕?繕?^ | 10010001010101010011111110010001010101010011111101011110 | 91553f91553f5e |
EUC-JP | 繕?繕?^ | 11000001101101100011111111000001101101100011111101011110 | c1b63fc1b63f5e |
UTF-8 | 繕쒁繕얺^ | 11100111101110011001010111101100100100101000000111100111101110011001010111101100100101101011101001011110 | e7b995ec9281e7b995ec96ba5e |
UHC | 繕쒁繕얺^ | 111000001100101110011100110110001110000011001011100111100110001001011110 | e0cb9cd8e0cb9e625e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)