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 | 讖顛 | 11100110101010011001001101011110 | e6a9935e |
EUC-JP | 讖顛 | 11101100101010111100010110111111 | ecabc5bf |
UTF-8 | 讖顛 | 111010001010111010010110111010011010000110011011 | e8ae96e9a19b |
UHC | 讖? | 111100111101100100111111 | f3d93f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)