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 | xæA | 10011010011110001110011001000001 | 9a78e641 |
SJIS-WIN | ?x?A | 00111111011110000011111101000001 | 3f783f41 |
EUC-JP | ?xæA | 001111110111100010001111101010011100000101000001 | 3f788fa9c141 |
UTF-8 | xæA | 110000101001101001111000110000111010011001000001 | c29a78c3a641 |
UHC | ?xæA | 0011111101111000101010011010000101000001 | 3f78a9a141 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)