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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 椅?椅?^ | 10001000110101100011111110001000110101100011111101011110 | 88d63f88d63f5e |
EUC-JP | 椅?椅?^ | 10110000110110000011111110110000110110000011111101011110 | b0d83fb0d83f5e |
UTF-8 | 椅받椅밗^ | 11100110101001001000010111101011101100001001101111100110101001001000010111101011101100001001011101011110 | e6a485ebb09be6a485ebb0975e |
UHC | 椅받椅밗^ | 111010111111010110111001110111101110101111110101101110011101110001011110 | ebf5b9deebf5b9dc5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)