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 | ¼ÊêÊF | 1011110011001010111010101100101001000110 | bccaeaca46 |
SJIS-WIN | ????F | 0011111100111111001111110011111101000110 | 3f3f3f3f46 |
EUC-JP | ?ÊêÊF | 0011111110001111101010101011010010001111101010111011010010001111101010101011010001000110 | 3f8faab48fabb48faab446 |
UTF-8 | ¼ÊêÊF | 110000101011110011000011100010101100001110101010110000111000101001000110 | c2bcc38ac3aac38a46 |
UHC | ¼???F | 101010001111100100111111001111110011111101000110 | a8f93f3f3f46 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)