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 | ä½ç¶»E | 11100100101111011000011011100111101101101011101101000101 | e4bd86e7b6bb45 |
SJIS-WIN | ????¶?E | 0011111100111111001111110011111110000001111101110011111101000101 | 3f3f3f3f81f73f45 |
EUC-JP | ä??ç¶?E | 100011111010101110100011001111110011111110001111101010111010111010100010111110010011111101000101 | 8faba33f3f8fabaea2f93f45 |
UTF-8 | ä½ç¶»E | 11000011101001001100001010111101110000101000011011000011101001111100001010110110110000101011101101000101 | c3a4c2bdc286c3a7c2b6c2bb45 |
UHC | ?½??¶?E | 001111111010100011110110001111110011111110100010110100100011111101000101 | 3fa8f63f3fa2d23f45 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)