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 | 脈羇 | 10010110101011001110001110110010 | 96ace3b2 |
EUC-JP | 脈羇 | 11001100101011101110011010110100 | ccaee6b4 |
UTF-8 | 脈羇 | 111010001000010010001000111001111011111010000111 | e88488e7be87 |
UHC | 脈? | 110110001110011000111111 | d8e63f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)