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 | è¬W | 11101000100111111010110001010111 | e89fac57 |
SJIS-WIN | ??¬W | 0011111100111111100000011100101001010111 | 3f3f81ca57 |
EUC-JP | è?¬W | 10001111101010111011001000111111101000101100110001010111 | 8fabb23fa2cc57 |
UTF-8 | è¬W | 11000011101010001100001010011111110000101010110001010111 | c3a8c29fc2ac57 |
UHC | ???W | 00111111001111110011111101010111 | 3f3f3f57 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)