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 | ???d[ | 0011111100111111001111110110010001011011 | 3f3f3f645b |
SJIS-WIN | 受△?d[ | 10001110111100111000000110100010001111110110010001011011 | 8ef381a23f645b |
EUC-JP | 受△?d[ | 10111100111101011010001010100100001111110110010001011011 | bcf5a2a43f645b |
UTF-8 | 受△뼦d[ | 1110010110001111100101111110001010010110101100111110101110111100101001100110010001011011 | e58f97e296b3ebbca6645b |
UHC | 受△뼦d[ | 1110000111110100101000011110001010010110101010010110010001011011 | e1f4a1e296a9645b |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)