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 | ?an}?an{^ | 001111110110000101101110011111010011111101100001011011100111101101011110 | 3f616e7d3f616e7b5e |
SJIS-WIN | ?an}?an{^ | 001111110110000101101110011111010011111101100001011011100111101101011110 | 3f616e7d3f616e7b5e |
EUC-JP | ?an}?an{^ | 001111110110000101101110011111010011111101100001011011100111101101011110 | 3f616e7d3f616e7b5e |
UTF-8 | 챌an}챌an{^ | 11101100101100011000110001100001011011100111110111101100101100011000110001100001011011100111101101011110 | ecb18c616e7decb18c616e7b5e |
UHC | 챌an}챌an{^ | 1100001110100111011000010110111001111101110000111010011101100001011011100111101101011110 | c3a7616e7dc3a7616e7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)