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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 陳?陳?^ | 10010010110000100011111110010010110000100011111101011110 | 92c23f92c23f5e |
EUC-JP | 陳?陳?^ | 11000100110001000011111111000100110001000011111101011110 | c4c43fc4c43f5e |
UTF-8 | 陳섟陳섟^ | 11101001100110011011001111101100100001001001111111101001100110011011001111101100100001001001111101011110 | e999b3ec849fe999b3ec849f5e |
UHC | 陳섟陳섟^ | 111100101110011110111100101100001111001011100111101111001011000001011110 | f2e7bcb0f2e7bcb05e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)