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 | 111001101101110010001111111011011000111101000011 | e6dc8fed8f43 |
SJIS-WIN | ?????C | 001111110011111100111111001111110011111101000011 | 3f3f3f3f3f43 |
EUC-JP | æÜ?í?C | 100011111010100111000001100011111010101011100100001111111000111110101011101111110011111101000011 | 8fa9c18faae43f8fabbf3f43 |
UTF-8 | æÜíC | 1100001110100110110000111001110011000010100011111100001110101101110000101000111101000011 | c3a6c39cc28fc3adc28f43 |
UHC | æ????C | 10101001101000010011111100111111001111110011111101000011 | a9a13f3f3f3f43 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)