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 | ?}??^ | 0011111101111101001111110011111101011110 | 3f7d3f3f5e |
SJIS-WIN | 叩}叩続^ | 1001001001000000011111011001001001000000100100011011000101011110 | 92407d924091b15e |
EUC-JP | 叩}叩続^ | 1100001110100001011111011100001110100001110000101011001101011110 | c3a17dc3a1c2b35e |
UTF-8 | 叩}叩続^ | 1110010110001111101010010111110111100101100011111010100111100111101101101001101001011110 | e58fa97de58fa9e7b69a5e |
UHC | 叩}叩?^ | 11001101101100000111110111001101101100000011111101011110 | cdb07dcdb03f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)