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 | ?雙 | 001111111001100111010100 | 3f99d4 |
EUC-JP | ?雙 | 001111111101001011010110 | 3fd2d6 |
UTF-8 | 敭雙 | 111001101001010110101101111010011001101110011001 | e695ade99b99 |
UHC | 敭雙 | 11100101110000101110010010101010 | e5c2e4aa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)