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 | af}af{^ | 1001000101100001100111110110011001111101100100010110000110011111011001100111101101011110 | 91619f667d91619f667b5e |
SJIS-WIN | ?a?f}?a?f{^ | 0011111101100001001111110110011001111101001111110110000100111111011001100111101101011110 | 3f613f667d3f613f667b5e |
EUC-JP | ?a?f}?a?f{^ | 0011111101100001001111110110011001111101001111110110000100111111011001100111101101011110 | 3f613f667d3f613f667b5e |
UTF-8 | af}af{^ | 110000101001000101100001110000101001111101100110011111011100001010010001011000011100001010011111011001100111101101011110 | c29161c29f667dc29161c29f667b5e |
UHC | ?a?f}?a?f{^ | 0011111101100001001111110110011001111101001111110110000100111111011001100111101101011110 | 3f613f667d3f613f667b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)