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 | ç´® | 111001111011010010101110 | e7b4ae |
SJIS-WIN | ?´? | 00111111100000010100110000111111 | 3f814c3f |
EUC-JP | ç´® | 1000111110101011101011101010000110101101100011111010001011101110 | 8fabaea1ad8fa2ee |
UTF-8 | ç´® | 110000111010011111000010101101001100001010101110 | c3a7c2b4c2ae |
UHC | ?´® | 0011111110100010101001011010001011100111 | 3fa2a5a2e7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)