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 | 異肌 | 10001000110110011001010010100111 | 88d994a7 |
EUC-JP | 異肌 | 10110000110110111100100010101001 | b0dbc8a9 |
UTF-8 | 異肌 | 111001111001010110110000111010001000001010001100 | e795b0e8828c |
UHC | 異肌 | 11101100101101101101000110111111 | ecb6d1bf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)