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 | 耒 | 11100011110011101111010110101000 | e3cef5a8 |
EUC-JP | 耒? | 111001101101000000111111 | e6d03f |
UTF-8 | 耒 | 111010001000000010010010111011101001000010010011 | e88092ee9093 |
UHC | ?? | 0011111100111111 | 3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)