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^ | 001111110011111100111111001111110100100101011110 | 3f3f3f3f495e |
SJIS-WIN | ????I^ | 001111110011111100111111001111110100100101011110 | 3f3f3f3f495e |
EUC-JP | ????I^ | 001111110011111100111111001111110100100101011110 | 3f3f3f3f495e |
UTF-8 | 챕처혦쨘I^ | 1110110010110001100101011110110010110010100110001110110110011000101001101110110010101000100110000100100101011110 | ecb195ecb298ed98a6eca898495e |
UHC | 챕처혦쨘I^ | 11000011101010011100001110110011110000101000111011000010101110100100100101011110 | c3a9c3b3c28ec2ba495e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)