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 | ?@???@ | 001111110100000000111111001111110011111101000000 | 3f403f3f3f40 |
SJIS-WIN | ?@???@ | 001111110100000000111111001111110011111101000000 | 3f403f3f3f40 |
EUC-JP | ?@???@ | 001111110100000000111111001111110011111101000000 | 3f403f3f3f40 |
UTF-8 | 챗@혴짖챗@ | 1110110010110001100101110100000011101101100110001011010011101100101001111001011011101100101100011001011101000000 | ecb19740ed98b4eca796ecb19740 |
UHC | 챗@혴짖챗@ | 11000011101010100100000011000010100110111100001010100010110000111010101001000000 | c3aa40c29bc2a2c3aa40 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)