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 | 豈転 | 11100110101011111001001101011101 | e6af935d |
EUC-JP | 豈転 | 11101100101100011100010110111110 | ecb1c5be |
UTF-8 | 豈転 | 111010001011000110001000111010001011101110100010 | e8b188e8bba2 |
UHC | 豈? | 110100011100001000111111 | d1c23f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)