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 | ë¤[ë¤[^ | 111010111010010010011001010110111110101110100100100110010101101101011110 | eba4995beba4995b5e |
SJIS-WIN | ???[???[^ | 001111110011111100111111010110110011111100111111001111110101101101011110 | 3f3f3f5b3f3f3f5b5e |
EUC-JP | �[�[^ | 1000111110101011101100111000111110100010111100000011111101011011100011111010101110110011100011111010001011110000001111110101101101011110 | 8fabb38fa2f03f5b8fabb38fa2f03f5b5e |
UTF-8 | ë¤[ë¤[^ | 110000111010101111000010101001001100001010011001010110111100001110101011110000101010010011000010100110010101101101011110 | c3abc2a4c2995bc3abc2a4c2995b5e |
UHC | ?¤?[?¤?[^ | 0011111110100010101101000011111101011011001111111010001010110100001111110101101101011110 | 3fa2b43f5b3fa2b43f5b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)