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 | è_c | 111010001001100010011111010111111001011101100011 | e8989f5f9763 |
SJIS-WIN | ???_?c | 001111110011111100111111010111110011111101100011 | 3f3f3f5f3f63 |
EUC-JP | è??_?c | 1000111110101011101100100011111100111111010111110011111101100011 | 8fabb23f3f5f3f63 |
UTF-8 | è_c | 11000011101010001100001010011000110000101001111101011111110000101001011101100011 | c3a8c298c29f5fc29763 |
UHC | ???_?c | 001111110011111100111111010111110011111101100011 | 3f3f3f5f3f63 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)