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 | ??^ | 001111110011111101011110 | 3f3f5e |
SJIS-WIN | 螳」^ | 11100101101011101010001101011110 | e5aea35e |
EUC-JP | 螳」^ | 1110101010110000100011101010001101011110 | eab08ea35e |
UTF-8 | 螳」^ | 11101000100111101011001111101111101111011010001101011110 | e89eb3efbda35e |
UHC | 螳?^ | 11010011110110010011111101011110 | d3d93f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)