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 | ?惑 | 001111111001100001100110 | 3f9866 |
EUC-JP | ?惑 | 001111111100111111000111 | 3fcfc7 |
UTF-8 | 빬惑 | 111010111011100110101100111001101000001110010001 | ebb9ace68391 |
UHC | 빬惑 | 10010101110001011111101111100011 | 95c5fbe3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)