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 | ????@h | 001111110011111100111111001111110100000001101000 | 3f3f3f3f4068 |
SJIS-WIN | ????@h | 001111110011111100111111001111110100000001101000 | 3f3f3f3f4068 |
EUC-JP | ????@h | 001111110011111100111111001111110100000001101000 | 3f3f3f3f4068 |
UTF-8 | 챦챕혦쨋@h | 1110110010110001101001101110110010110001100101011110110110011000101001101110110010101000100010110100000001101000 | ecb1a6ecb195ed98a6eca88b4068 |
UHC | 챦챕혦쨋@h | 11000011101011111100001110101001110000101000111011000010101101100100000001101000 | c3afc3a9c28ec2b64068 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)