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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 竇ク逎∵万 | 111000101000010110111000111001111010001110000001111001101001011010011100 | e285b8e7a381e6969c |
EUC-JP | 竇ク逎∵万 | 11100011111001011000111010111000111011101010010110100010111010001100101111111100 | e3e58eb8eea5a2e8cbfc |
UTF-8 | 竇ク逎∵万 | 111001111010101110000111111011111011110110111000111010011000000010001110111000101000100010110101111001001011100010000111 | e7ab87efbdb8e9808ee288b5e4b887 |
UHC | 竇??∵万 | 1101010011100100001111110011111110100001111100011101100010110010 | d4e43f3fa1f1d8b2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)