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 | ????D | 0011111100111111001111110011111101000100 | 3f3f3f3f44 |
SJIS-WIN | ????D | 0011111100111111001111110011111101000100 | 3f3f3f3f44 |
EUC-JP | ????D | 0011111100111111001111110011111101000100 | 3f3f3f3f44 |
UTF-8 | 챔챕혦징D | 11101100101100011001010011101100101100011001010111101101100110001010011011101100101001111001010101000100 | ecb194ecb195ed98a6eca79544 |
UHC | 챔챕혦징D | 110000111010100011000011101010011100001010001110110000101010000101000100 | c3a8c3a9c28ec2a144 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)