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 | 瞑糲 | 11100001110100101110001011111000 | e1d2e2f8 |
EUC-JP | 瞑糲 | 11100010110101001110010011111010 | e2d4e4fa |
UTF-8 | 瞑糲 | 111001111001111010010001111001111011001110110010 | e79e91e7b3b2 |
UHC | 瞑? | 110110011010101000111111 | d9aa3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)