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 | 質宍 | 10001110101111111000111010110011 | 8ebf8eb3 |
EUC-JP | 質宍 | 10111100110000011011110010110101 | bcc1bcb5 |
UTF-8 | 質宍 | 111010001011001110101010111001011010111010001101 | e8b3aae5ae8d |
UHC | 質? | 111100101111010100111111 | f2f53f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)