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 | ?????Y | 001111110011111100111111001111110011111101011001 | 3f3f3f3f3f59 |
SJIS-WIN | ?????Y | 001111110011111100111111001111110011111101011001 | 3f3f3f3f3f59 |
EUC-JP | ?????Y | 001111110011111100111111001111110011111101011001 | 3f3f3f3f3f59 |
UTF-8 | 챕챔혦쨋청Y | 11101100101100011001010111101100101100011001010011101101100110001010011011101100101010001000101111101100101100101010110101011001 | ecb195ecb194ed98a6eca88becb2ad59 |
UHC | 챕챔혦쨋청Y | 1100001110101001110000111010100011000010100011101100001010110110110000111011101101011001 | c3a9c3a8c28ec2b6c3bb59 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)