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^ | 111001100100001110001011100011001000110101011110 | e6438b8c8d5e |
SJIS-WIN | ?C???^ | 001111110100001100111111001111110011111101011110 | 3f433f3f3f5e |
EUC-JP | æC???^ | 1000111110101001110000010100001100111111001111110011111101011110 | 8fa9c1433f3f3f5e |
UTF-8 | æC^ | 11000011101001100100001111000010100010111100001010001100110000101000110101011110 | c3a643c28bc28cc28d5e |
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)