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 | ?E???@ | 001111110100010100111111001111110011111101000000 | 3f453f3f3f40 |
SJIS-WIN | ?E???@ | 001111110100010100111111001111110011111101000000 | 3f453f3f3f40 |
EUC-JP | ?E???@ | 001111110100010100111111001111110011111101000000 | 3f453f3f3f40 |
UTF-8 | 챔E혦혢혡@ | 1110110010110001100101000100010111101101100110001010011011101101100110001010001011101101100110001010000101000000 | ecb19445ed98a6ed98a2ed98a140 |
UHC | 챔E혦혢혡@ | 11000011101010000100010111000010100011101100001010001011110000101000101001000000 | c3a845c28ec28bc28a40 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)