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 | ¼Ï¼²Q~ | 101111001100111110111100101100100101000101111110 | bccfbcb2517e |
SJIS-WIN | ????Q~ | 001111110011111100111111001111110101000101111110 | 3f3f3f3f517e |
EUC-JP | ?Ï??Q~ | 0011111110001111101010101100000100111111001111110101000101111110 | 3f8faac13f3f517e |
UTF-8 | ¼Ï¼²Q~ | 11000010101111001100001110001111110000101011110011000010101100100101000101111110 | c2bcc38fc2bcc2b2517e |
UHC | ¼?¼²Q~ | 101010001111100100111111101010001111100110101001111101110101000101111110 | a8f93fa8f9a9f7517e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)