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 | 0011111101000110001111110011111101000110 | 3f463f3f46 |
SJIS-WIN | ?F??F | 0011111101000110001111110011111101000110 | 3f463f3f46 |
EUC-JP | ?F??F | 0011111101000110001111110011111101000110 | 3f463f3f46 |
UTF-8 | 청F혦쩌F | 1110110010110010101011010100011011101101100110001010011011101100101010011000110001000110 | ecb2ad46ed98a6eca98c46 |
UHC | 청F혦쩌F | 1100001110111011010001101100001010001110110000101011110001000110 | c3bb46c28ec2bc46 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)