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 | æè¦Î | 11100110100110011001101111101000101001101001011011001110 | e6999be8a696ce |
SJIS-WIN | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
EUC-JP | æ??è¦?Î | 100011111010100111000001001111110011111110001111101010111011001010001111101000101100001100111111100011111010101011000010 | 8fa9c13f3f8fabb28fa2c33f8faac2 |
UTF-8 | æè¦Î | 1100001110100110110000101001100111000010100110111100001110101000110000101010011011000010100101101100001110001110 | c3a6c299c29bc3a8c2a6c296c38e |
UHC | æ?????? | 1010100110100001001111110011111100111111001111110011111100111111 | a9a13f3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)