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 | 示c^ | 1110011110100100101110100110001101011110 | e7a4ba635e |
SJIS-WIN | ???c^ | 0011111100111111001111110110001101011110 | 3f3f3f635e |
EUC-JP | 示c^ | 1000111110101011101011101000111110100010111100001000111110100010111010110110001101011110 | 8fabae8fa2f08fa2eb635e |
UTF-8 | 示c^ | 1100001110100111110000101010010011000010101110100110001101011110 | c3a7c2a4c2ba635e |
UHC | ?¤ºc^ | 00111111101000101011010010101000101011000110001101011110 | 3fa2b4a8ac635e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)