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 | ?I???? | 001111110100100100111111001111110011111100111111 | 3f493f3f3f3f |
SJIS-WIN | ?I???? | 001111110100100100111111001111110011111100111111 | 3f493f3f3f3f |
EUC-JP | ?I???? | 001111110100100100111111001111110011111100111111 | 3f493f3f3f3f |
UTF-8 | 청I혦짼청횕 | 11101100101100101010110101001001111011011001100010100110111011001010011110111100111011001011001010101101111011011001101010010101 | ecb2ad49ed98a6eca7bcecb2aded9a95 |
UHC | 청I혦짼청횕 | 1100001110111011010010011100001010001110110000101011001011000011101110111100001110001111 | c3bb49c28ec2b2c3bbc38f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)