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 | C©F»^ | 100100100100001110010001101010011001001001000110100100011011101101011110 | 924391a9924691bb5e |
SJIS-WIN | ?C???F??^ | 001111110100001100111111001111110011111101000110001111110011111101011110 | 3f433f3f3f463f3f5e |
EUC-JP | ?C?©?F??^ | 0011111101000011001111111000111110100010111011010011111101000110001111110011111101011110 | 3f433f8fa2ed3f463f3f5e |
UTF-8 | C©F»^ | 110000101001001001000011110000101001000111000010101010011100001010010010010001101100001010010001110000101011101101011110 | c29243c291c2a9c29246c291c2bb5e |
UHC | ?C???F??^ | 001111110100001100111111001111110011111101000110001111110011111101011110 | 3f433f3f3f463f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)