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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | 罌映 | 11100011101000001000100101100110 | e3a08966 |
EUC-JP | 罌映 | 11100110101000101011000111000111 | e6a2b1c7 |
UTF-8 | 罌映 | 111001111011110110001100111001101001100010100000 | e7bd8ce698a0 |
UHC | 罌映 | 11100101101000101110011110110001 | e5a2e7b1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)