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^ | 111001100100001110001101100011001000101001011110 | e6438d8c8a5e |
SJIS-WIN | ?C???^ | 001111110100001100111111001111110011111101011110 | 3f433f3f3f5e |
EUC-JP | æC???^ | 1000111110101001110000010100001100111111001111110011111101011110 | 8fa9c1433f3f3f5e |
UTF-8 | æC^ | 11000011101001100100001111000010100011011100001010001100110000101000101001011110 | c3a643c28dc28cc28a5e |
UHC | æC???^ | 10101001101000010100001100111111001111110011111101011110 | a9a1433f3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)