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 | ä½Wè¾° | 11100100101111011000011001010111111010001011111010110000 | e4bd8657e8beb0 |
SJIS-WIN | ???W??° | 0011111100111111001111110101011100111111001111111000000110001011 | 3f3f3f573f3f818b |
EUC-JP | ä??Wè?° | 100011111010101110100011001111110011111101010111100011111010101110110010001111111010000111101011 | 8faba33f3f578fabb23fa1eb |
UTF-8 | ä½Wè¾° | 11000011101001001100001010111101110000101000011001010111110000111010100011000010101111101100001010110000 | c3a4c2bdc28657c3a8c2bec2b0 |
UHC | ?½?W?¾° | 00111111101010001111011000111111010101110011111110101000111110101010000111000110 | 3fa8f63f573fa8faa1c6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)