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 | ¼ä¤ë | 1000111110111100111001001010010011101011 | 8fbce4a4eb |
SJIS-WIN | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
EUC-JP | ??ä¤ë | 0011111100111111100011111010101110100011100011111010001011110000100011111010101110110011 | 3f3f8faba38fa2f08fabb3 |
UTF-8 | ¼ä¤ë | 11000010100011111100001010111100110000111010010011000010101001001100001110101011 | c28fc2bcc3a4c2a4c3ab |
UHC | ?¼?¤? | 00111111101010001111100100111111101000101011010000111111 | 3fa8f93fa2b43f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)