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 | 邱曖 | 11100111101101111001111001000010 | e7b79e42 |
EUC-JP | 邱曖 | 11101110101110011101101110100011 | eeb9dba3 |
UTF-8 | 邱曖 | 111010011000001010110001111001101001101110010110 | e982b1e69b96 |
UHC | 邱曖 | 11001111110010001110010011110010 | cfc8e4f2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)