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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 謗縫謗縫^ | 111001101000111010010110010001001110011010001110100101100100010001011110 | e68e9644e68e96445e |
EUC-JP | 謗縫謗縫^ | 111010111110111011001011101001011110101111101110110010111010010101011110 | ebeecba5ebeecba55e |
UTF-8 | 謗縫謗縫^ | 11101000101011001001011111100111101110001010101111101000101011001001011111100111101110001010101101011110 | e8ac97e7b8abe8ac97e7b8ab5e |
UHC | 謗縫謗縫^ | 110110111011111111011100111011101101101110111111110111001110111001011110 | dbbfdceedbbfdcee5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)