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 | 糅莖 | 11100010111100001110010010110001 | e2f0e4b1 |
EUC-JP | 糅莖 | 11100100111100101110100010110011 | e4f2e8b3 |
UTF-8 | 糅莖 | 111001111011001110000101111010001000111010010110 | e7b385e88e96 |
UHC | ?莖 | 001111111100110011101100 | 3fccec |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)