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 | ë¨ë | 1110101110101000100011111110101110001110 | eba88feb8e |
SJIS-WIN | ?¨??? | 001111111000000101001110001111110011111100111111 | 3f814e3f3f3f |
EUC-JP | ë¨?ë? | 10001111101010111011001110100001101011110011111110001111101010111011001100111111 | 8fabb3a1af3f8fabb33f |
UTF-8 | ë¨ë | 11000011101010111100001010101000110000101000111111000011101010111100001010001110 | c3abc2a8c28fc3abc28e |
UHC | ?¨??? | 001111111010000110100111001111110011111100111111 | 3fa1a73f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)