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 | æ½ë³\ | 11100110100101101011110111101011100010111011001101011100 | e696bdeb8bb35c |
SJIS-WIN | ??????\ | 00111111001111110011111100111111001111110011111101011100 | 3f3f3f3f3f3f5c |
EUC-JP | æ??ë??\ | 1000111110101001110000010011111100111111100011111010101110110011001111110011111101011100 | 8fa9c13f3f8fabb33f3f5c |
UTF-8 | æ½ë³\ | 11000011101001101100001010010110110000101011110111000011101010111100001010001011110000101011001101011100 | c3a6c296c2bdc3abc28bc2b35c |
UHC | æ?½??³\ | 10101001101000010011111110101000111101100011111100111111101010011111100001011100 | a9a13fa8f63f3fa9f85c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)