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 | ?潛 | 001111111110000001001001 | 3fe049 |
EUC-JP | ?潛 | 001111111101111110101010 | 3fdfaa |
UTF-8 | 뤺潛 | 111010111010010010111010111001101011110110011011 | eba4bae6bd9b |
UHC | 뤺潛 | 10001111111010001110110111010110 | 8fe8edd6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)