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 | Fçj^ | 100011000100011011100111011010101001111001011110 | 8c46e76a9e5e |
SJIS-WIN | ?F?j?^ | 001111110100011000111111011010100011111101011110 | 3f463f6a3f5e |
EUC-JP | ?Fçj?^ | 0011111101000110100011111010101110101110011010100011111101011110 | 3f468fabae6a3f5e |
UTF-8 | Fçj^ | 110000101000110001000110110000111010011101101010110000101001111001011110 | c28c46c3a76ac29e5e |
UHC | ?F?j?^ | 001111110100011000111111011010100011111101011110 | 3f463f6a3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)