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 | ì®ç¬¹ | 111011001000111110101110111001111010110010111001 | ec8faee7acb9 |
SJIS-WIN | ????¬? | 00111111001111110011111100111111100000011100101000111111 | 3f3f3f3f81ca3f |
EUC-JP | �� | 10001111101010111100000000111111100011111010001011101110100011111010101110101110101000101100110000111111 | 8fabc03f8fa2ee8fabaea2cc3f |
UTF-8 | ì®ç¬¹ | 110000111010110011000010100011111100001010101110110000111010011111000010101011001100001010111001 | c3acc28fc2aec3a7c2acc2b9 |
UHC | ??®??¹ | 0011111100111111101000101110011100111111001111111010100111110110 | 3f3fa2e73f3fa9f6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)