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 | ?? | 0011111100111111 | 3f3f |
EUC-JP | 宬? | 10001111101110101101001100111111 | 8fbad33f |
UTF-8 | 宬葉 | 111001011010111010101100111011111010010110101110 | e5aeacefa5ae |
UHC | 宬葉 | 11100000111101001110000011110001 | e0f4e0f1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)