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íC | 111001100100001110001111111011011000001101000011 | e6438fed8343 |
SJIS-WIN | ?C???C | 001111110100001100111111001111110011111101000011 | 3f433f3f3f43 |
EUC-JP | æC?í?C | 10001111101010011100000101000011001111111000111110101011101111110011111101000011 | 8fa9c1433f8fabbf3f43 |
UTF-8 | æCíC | 11000011101001100100001111000010100011111100001110101101110000101000001101000011 | c3a643c28fc3adc28343 |
UHC | æC???C | 10101001101000010100001100111111001111110011111101000011 | a9a1433f3f3f43 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)