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 | 啼斑 | 10011010011001011001010011000001 | 9a6594c1 |
EUC-JP | 啼斑 | 11010011110001101100100011000011 | d3c6c8c3 |
UTF-8 | 啼斑 | 111001011001010110111100111001101001011010010001 | e595bce69691 |
UHC | 啼斑 | 11110000101001101101101011101000 | f0a6dae8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)