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 | 泱倆 | 10011111100101101001100011101101 | 9f9698ed |
EUC-JP | 泱倆 | 11011101111101101101000011101111 | ddf6d0ef |
UTF-8 | 泱倆 | 111001101011001110110001111001011000000010000110 | e6b3b1e58086 |
UHC | ?倆 | 001111111101010111010110 | 3fd5d6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)