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\¬W | 10010010010001011001001001011100100100011010110001010111 | 9245925c91ac57 |
SJIS-WIN | ?E?\?¬W | 0011111101000101001111110101110000111111100000011100101001010111 | 3f453f5c3f81ca57 |
EUC-JP | ?E?\?¬W | 0011111101000101001111110101110000111111101000101100110001010111 | 3f453f5c3fa2cc57 |
UTF-8 | E\¬W | 1100001010010010010001011100001010010010010111001100001010010001110000101010110001010111 | c29245c2925cc291c2ac57 |
UHC | ?E?\??W | 00111111010001010011111101011100001111110011111101010111 | 3f453f5c3f3f57 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)