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 | ¼Ï¼²\Y | 101111001100111110111100101100100101110001011001 | bccfbcb25c59 |
SJIS-WIN | ????\Y | 001111110011111100111111001111110101110001011001 | 3f3f3f3f5c59 |
EUC-JP | ?Ï??\Y | 0011111110001111101010101100000100111111001111110101110001011001 | 3f8faac13f3f5c59 |
UTF-8 | ¼Ï¼²\Y | 11000010101111001100001110001111110000101011110011000010101100100101110001011001 | c2bcc38fc2bcc2b25c59 |
UHC | ¼?¼²\Y | 101010001111100100111111101010001111100110101001111101110101110001011001 | a8f93fa8f9a9f75c59 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)