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 | ?}??c^ | 001111110111110100111111001111110110001101011110 | 3f7d3f3f635e |
SJIS-WIN | 叩}叩叩c^ | 100100100100000001111101100100100100000010010010010000000110001101011110 | 92407d92409240635e |
EUC-JP | 叩}叩叩c^ | 110000111010000101111101110000111010000111000011101000010110001101011110 | c3a17dc3a1c3a1635e |
UTF-8 | 叩}叩叩c^ | 111001011000111110101001011111011110010110001111101010011110010110001111101010010110001101011110 | e58fa97de58fa9e58fa9635e |
UHC | 叩}叩叩c^ | 110011011011000001111101110011011011000011001101101100000110001101011110 | cdb07dcdb0cdb0635e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)