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 | 1011110011011110101111001101110101010001 | bcdebcdd51 |
SJIS-WIN | ????Q | 0011111100111111001111110011111101010001 | 3f3f3f3f51 |
EUC-JP | ?Þ?ÝQ | 001111111000111110101001101100000011111110001111101010101111001001010001 | 3f8fa9b03f8faaf251 |
UTF-8 | ¼Þ¼ÝQ | 110000101011110011000011100111101100001010111100110000111001110101010001 | c2bcc39ec2bcc39d51 |
UHC | ¼Þ¼?Q | 1010100011111001101010001010110110101000111110010011111101010001 | a8f9a8ada8f93f51 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)