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 | ??^ | 001111110011111101011110 | 3f3f5e |
SJIS-WIN | ?綿^ | 00111111100101101100100001011110 | 3f96c85e |
EUC-JP | ?綿^ | 00111111110011001100101001011110 | 3fccca5e |
UTF-8 | 술綿^ | 11101100100010001010000011100111101101101011111101011110 | ec88a0e7b6bf5e |
UHC | 술綿^ | 1011110011111010110110001111101001011110 | bcfad8fa5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)