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 | FF¢Fj | 10010010010001101001001001000110100100011010001010010010010001101001001001101010 | 9246924691a29246926a |
SJIS-WIN | ?F?F?¢?F?j | 0011111101000110001111110100011000111111100000011001000100111111010001100011111101101010 | 3f463f463f81913f463f6a |
EUC-JP | ?F?F?¢?F?j | 0011111101000110001111110100011000111111101000011111000100111111010001100011111101101010 | 3f463f463fa1f13f463f6a |
UTF-8 | FF¢Fj | 11000010100100100100011011000010100100100100011011000010100100011100001010100010110000101001001001000110110000101001001001101010 | c29246c29246c291c2a2c29246c2926a |
UHC | ?F?F???F?j | 00111111010001100011111101000110001111110011111100111111010001100011111101101010 | 3f463f463f3f3f463f6a |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)