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 | è\M | 111010000101110010000001100011111000111101001101 | e85c818f8f4d |
SJIS-WIN | ?\???M | 001111110101110000111111001111110011111101001101 | 3f5c3f3f3f4d |
EUC-JP | è\???M | 1000111110101011101100100101110000111111001111110011111101001101 | 8fabb25c3f3f3f4d |
UTF-8 | è\M | 11000011101010000101110011000010100000011100001010001111110000101000111101001101 | c3a85cc281c28fc28f4d |
UHC | ?\???M | 001111110101110000111111001111110011111101001101 | 3f5c3f3f3f4d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)