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?MH | 0011111101000101001111110100110101001000 | 3f453f4d48 |
SJIS-WIN | ?E?MH | 0011111101000101001111110100110101001000 | 3f453f4d48 |
EUC-JP | ?E?MH | 0011111101000101001111110100110101001000 | 3f453f4d48 |
UTF-8 | 청E혳MH | 111011001011001010101101010001011110110110011000101100110100110101001000 | ecb2ad45ed98b34d48 |
UHC | 청E혳MH | 11000011101110110100010111000010100110100100110101001000 | c3bb45c29a4d48 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)