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 | èë籤 | 111010001110101110010111111001111011000110100100 | e8eb97e7b1a4 |
SJIS-WIN | ????±? | 00111111001111110011111100111111100000010111110100111111 | 3f3f3f3f817d3f |
EUC-JP | èë?籤 | 100011111010101110110010100011111010101110110011001111111000111110101011101011101010000111011110100011111010001011110000 | 8fabb28fabb33f8fabaea1de8fa2f0 |
UTF-8 | èë籤 | 110000111010100011000011101010111100001010010111110000111010011111000010101100011100001010100100 | c3a8c3abc297c3a7c2b1c2a4 |
UHC | ????±¤ | 0011111100111111001111110011111110100001101111101010001010110100 | 3f3f3f3fa1bea2b4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)