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 | î¤·É | 11101110101001001011011111001001 | eea4b7c9 |
SJIS-WIN | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
EUC-JP | î¤?É | 10001111101010111100001010001111101000101111000000111111100011111010101010110001 | 8fabc28fa2f03f8faab1 |
UTF-8 | î¤·É | 1100001110101110110000101010010011000010101101111100001110001001 | c3aec2a4c2b7c389 |
UHC | ?¤·? | 001111111010001010110100101000011010010000111111 | 3fa2b4a1a43f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)