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 | 啖啖^ | 1001101001010110100110100101011001011110 | 9a569a565e |
EUC-JP | 啖啖^ | 1101001110110111110100111011011101011110 | d3b7d3b75e |
UTF-8 | 啖啖^ | 11100101100101011001011011100101100101011001011001011110 | e59596e595965e |
UHC | 啖啖^ | 1101001110111010110100111011101001011110 | d3bad3ba5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)