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 | ?F???F??^ | 001111110100011000111111001111110011111101000110001111110011111101011110 | 3f463f3f3f463f3f5e |
SJIS-WIN | ?F???F??^ | 001111110100011000111111001111110011111101000110001111110011111101011110 | 3f463f3f3f463f3f5e |
EUC-JP | ?F???F??^ | 001111110100011000111111001111110011111101000110001111110011111101011110 | 3f463f3f3f463f3f5e |
UTF-8 | 청F혦쩔청F혦쩔^ | 111011001011001010101101010001101110110110011000101001101110110010101001100101001110110010110010101011010100011011101101100110001010011011101100101010011001010001011110 | ecb2ad46ed98a6eca994ecb2ad46ed98a6eca9945e |
UHC | 청F혦쩔청F혦쩔^ | 110000111011101101000110110000101000111011000010101111111100001110111011010001101100001010001110110000101011111101011110 | c3bb46c28ec2bfc3bb46c28ec2bf5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)