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 | 陳? | 100100101100001000111111 | 92c23f |
EUC-JP | 陳? | 110001001100010000111111 | c4c43f |
UTF-8 | 陳섟 | 111010011001100110110011111011001000010010011111 | e999b3ec849f |
UHC | 陳섟 | 11110010111001111011110010110000 | f2e7bcb0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)