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???F | 001111110100010100111111001111110011111101000110 | 3f453f3f3f46 |
SJIS-WIN | ?E???F | 001111110100010100111111001111110011111101000110 | 3f453f3f3f46 |
EUC-JP | ?E???F | 001111110100010100111111001111110011111101000110 | 3f453f3f3f46 |
UTF-8 | 챔E혨혢혦F | 1110110010110001100101000100010111101101100110001010100011101101100110001010001011101101100110001010011001000110 | ecb19445ed98a8ed98a2ed98a646 |
UHC | 챔E혨혢혦F | 11000011101010000100010111000010100100001100001010001011110000101000111001000110 | c3a845c290c28bc28e46 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)