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 | 罔藷 | 11100011101001101000111110010011 | e3a68f93 |
EUC-JP | 罔藷 | 11100110101010001011110111110011 | e6a8bdf3 |
UTF-8 | 罔藷 | 111001111011110110010100111010001001011110110111 | e7bd94e897b7 |
UHC | 罔藷 | 11011000110100101110111011001011 | d8d2eecb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)