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???W | 001111110100011000111111001111110011111101010111 | 3f463f3f3f57 |
SJIS-WIN | ?F???W | 001111110100011000111111001111110011111101010111 | 3f463f3f3f57 |
EUC-JP | ?F???W | 001111110100011000111111001111110011111101010111 | 3f463f3f3f57 |
UTF-8 | 청F혦쨉청W | 1110110010110010101011010100011011101101100110001010011011101100101010001000100111101100101100101010110101010111 | ecb2ad46ed98a6eca889ecb2ad57 |
UHC | 청F혦쨉청W | 11000011101110110100011011000010100011101100001010110101110000111011101101010111 | c3bb46c28ec2b5c3bb57 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)