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^ | 11100010101101000110001101011110 | e2b4635e |
SJIS-WIN | ?´c^ | 0011111110000001010011000110001101011110 | 3f814c635e |
EUC-JP | â´c^ | 10001111101010111010010010100001101011010110001101011110 | 8faba4a1ad635e |
UTF-8 | â´c^ | 110000111010001011000010101101000110001101011110 | c3a2c2b4635e |
UHC | ?´c^ | 0011111110100010101001010110001101011110 | 3fa2a5635e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)