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 | èë®ë | 11101000100101111000111111101011100100001010111011101011 | e8978feb90aeeb |
SJIS-WIN | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
EUC-JP | è??ë?®ë | 100011111010101110110010001111110011111110001111101010111011001100111111100011111010001011101110100011111010101110110011 | 8fabb23f3f8fabb33f8fa2ee8fabb3 |
UTF-8 | èë®ë | 1100001110101000110000101001011111000010100011111100001110101011110000101001000011000010101011101100001110101011 | c3a8c297c28fc3abc290c2aec3ab |
UHC | ?????®? | 0011111100111111001111110011111100111111101000101110011100111111 | 3f3f3f3f3fa2e73f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)