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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | ?跏 | 001111111110011011100110 | 3fe6e6 |
EUC-JP | ?跏 | 001111111110110011101000 | 3fece8 |
UTF-8 | 뤶跏 | 111010111010010010110110111010001011011110001111 | eba4b6e8b78f |
UHC | 뤶跏 | 10001111111001001100101010111010 | 8fe4caba |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)