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 | 11100110100000101000100111100101100000001001111101000011 | e68289e5809f43 |
SJIS-WIN | ??????C | 00111111001111110011111100111111001111110011111101000011 | 3f3f3f3f3f3f43 |
EUC-JP | æ??å??C | 1000111110101001110000010011111100111111100011111010101110101001001111110011111101000011 | 8fa9c13f3f8faba93f3f43 |
UTF-8 | æåC | 11000011101001101100001010000010110000101000100111000011101001011100001010000000110000101001111101000011 | c3a6c282c289c3a5c280c29f43 |
UHC | æ?????C | 1010100110100001001111110011111100111111001111110011111101000011 | a9a13f3f3f3f3f43 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)