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 | hç©^ | 10011010011010001110011110101001100101101000000001011110 | 9a68e7a996805e |
SJIS-WIN | ?h????^ | 00111111011010000011111100111111001111110011111101011110 | 3f683f3f3f3f5e |
EUC-JP | ?hç©??^ | 0011111101101000100011111010101110101110100011111010001011101101001111110011111101011110 | 3f688fabae8fa2ed3f3f5e |
UTF-8 | hç©^ | 110000101001101001101000110000111010011111000010101010011100001010010110110000101000000001011110 | c29a68c3a7c2a9c296c2805e |
UHC | ?h????^ | 00111111011010000011111100111111001111110011111101011110 | 3f683f3f3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)