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 | æ¶n}æ¶n{^ | 111001101011011001101110011111011110011010110110011011100111101101011110 | e6b66e7de6b66e7b5e |
SJIS-WIN | ?¶n}?¶n{^ | 0011111110000001111101110110111001111101001111111000000111110111011011100111101101011110 | 3f81f76e7d3f81f76e7b5e |
EUC-JP | æ¶n}æ¶n{^ | 100011111010100111000001101000101111100101101110011111011000111110101001110000011010001011111001011011100111101101011110 | 8fa9c1a2f96e7d8fa9c1a2f96e7b5e |
UTF-8 | æ¶n}æ¶n{^ | 11000011101001101100001010110110011011100111110111000011101001101100001010110110011011100111101101011110 | c3a6c2b66e7dc3a6c2b66e7b5e |
UHC | æ¶n}æ¶n{^ | 10101001101000011010001011010010011011100111110110101001101000011010001011010010011011100111101101011110 | a9a1a2d26e7da9a1a2d26e7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)