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 | è\K | 111010000101110010001100100011111000111101001011 | e85c8c8f8f4b |
SJIS-WIN | ?\???K | 001111110101110000111111001111110011111101001011 | 3f5c3f3f3f4b |
EUC-JP | è\???K | 1000111110101011101100100101110000111111001111110011111101001011 | 8fabb25c3f3f3f4b |
UTF-8 | è\K | 11000011101010000101110011000010100011001100001010001111110000101000111101001011 | c3a85cc28cc28fc28f4b |
UHC | ?\???K | 001111110101110000111111001111110011111101001011 | 3f5c3f3f3f4b |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)