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 | 讖逸 | 11100110101010011000100011101101 | e6a988ed |
EUC-JP | 讖逸 | 11101100101010111011000011101111 | ecabb0ef |
UTF-8 | 讖逸 | 111010001010111010010110111010011000000010111000 | e8ae96e980b8 |
UHC | 讖逸 | 11110011110110011110110011101111 | f3d9ecef |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)