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 | 洫辧洫辧^ | 100111111010011110011001100111111001111110100111100110011001111101011110 | 9fa7999f9fa7999f5e |
EUC-JP | 洫辧洫辧^ | 110111101010100111010010101000011101111010101001110100101010000101011110 | dea9d2a1dea9d2a15e |
UTF-8 | 洫辧洫辧^ | 11100110101101001010101111101000101111101010011111100110101101001010101111101000101111101010011101011110 | e6b4abe8bea7e6b4abe8bea75e |
UHC | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)