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 | ?@??? | 0011111101000000001111110011111100111111 | 3f403f3f3f |
SJIS-WIN | ?@??? | 0011111101000000001111110011111100111111 | 3f403f3f3f |
EUC-JP | ?@??? | 0011111101000000001111110011111100111111 | 3f403f3f3f |
UTF-8 | 청@횣챕횋 | 11101100101100101010110101000000111011011001101010100011111011001011000110010101111011011001101010001011 | ecb2ad40ed9aa3ecb195ed9a8b |
UHC | 청@횣챕횋 | 110000111011101101000000110000111001101011000011101010011100001110001001 | c3bb40c39ac3a9c389 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)