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?????? | 0011111101001001001111110011111100111111001111110011111100111111 | 3f493f3f3f3f3f3f |
SJIS-WIN | ?I?????? | 0011111101001001001111110011111100111111001111110011111100111111 | 3f493f3f3f3f3f3f |
EUC-JP | ?I?????? | 0011111101001001001111110011111100111111001111110011111100111111 | 3f493f3f3f3f3f3f |
UTF-8 | 청I혦짠챕챕혦째 | 11101100101100101010110101001001111011011001100010100110111011001010011110100000111011001011000110010101111011001011000110010101111011011001100010100110111011001010011110111000 | ecb2ad49ed98a6eca7a0ecb195ecb195ed98a6eca7b8 |
UHC | 청I혦짠챕챕혦째 | 110000111011101101001001110000101000111011000010101001111100001110101001110000111010100111000010100011101100001010110000 | c3bb49c28ec2a7c3a9c3a9c28ec2b0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)