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 | 蕉耜 | 10001111110101001110001111010001 | 8fd4e3d1 |
EUC-JP | 蕉耜 | 10111110110101101110011011010011 | bed6e6d3 |
UTF-8 | 蕉耜 | 111010001001010110001001111010001000000010011100 | e89589e8809c |
UHC | 蕉? | 111101011010111100111111 | f5af3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)