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 | 燿浣 | 11100000101000001001111110101111 | e0a09faf |
EUC-JP | 燿浣 | 11100000101000101101111010110001 | e0a2deb1 |
UTF-8 | 燿浣 | 111001111000011110111111111001101011010110100011 | e787bfe6b5a3 |
UHC | 燿浣 | 11101000111111001110100011001011 | e8fce8cb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)