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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 竇キ逞 | 1110001010000101101101111110011110010111 | e285b7e797 |
EUC-JP | 竇キ逞 | 111000111110010110001110101101111110110111110111 | e3e58eb7edf7 |
UTF-8 | 竇キ逞 | 111001111010101110000111111011111011110110110111111010011000000010011110 | e7ab87efbdb7e9809e |
UHC | 竇?逞 | 1101010011100100001111111101011011000001 | d4e43fd6c1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)