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 | `áf}`áf{^ | 1001111101100000111000010110011001111101100111110110000011100001011001100111101101011110 | 9f60e1667d9f60e1667b5e |
SJIS-WIN | ?`?f}?`?f{^ | 0011111101100000001111110110011001111101001111110110000000111111011001100111101101011110 | 3f603f667d3f603f667b5e |
EUC-JP | ?`áf}?`áf{^ | 001111110110000010001111101010111010000101100110011111010011111101100000100011111010101110100001011001100111101101011110 | 3f608faba1667d3f608faba1667b5e |
UTF-8 | `áf}`áf{^ | 110000101001111101100000110000111010000101100110011111011100001010011111011000001100001110100001011001100111101101011110 | c29f60c3a1667dc29f60c3a1667b5e |
UHC | ?`?f}?`?f{^ | 0011111101100000001111110110011001111101001111110110000000111111011001100111101101011110 | 3f603f667d3f603f667b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)