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 | 啼訐 | 10011010011001011110011001011111 | 9a65e65f |
EUC-JP | 啼訐 | 11010011110001101110101111000000 | d3c6ebc0 |
UTF-8 | 啼訐 | 111001011001010110111100111010001010100010010000 | e595bce8a890 |
UHC | 啼? | 111100001010011000111111 | f0a63f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)