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 | äºë¬ | 111001001011101010010100111010111010110010010000 | e4ba94ebac90 |
SJIS-WIN | ????¬? | 00111111001111110011111100111111100000011100101000111111 | 3f3f3f3f81ca3f |
EUC-JP | �� | 10001111101010111010001110001111101000101110101100111111100011111010101110110011101000101100110000111111 | 8faba38fa2eb3f8fabb3a2cc3f |
UTF-8 | äºë¬ | 110000111010010011000010101110101100001010010100110000111010101111000010101011001100001010010000 | c3a4c2bac294c3abc2acc290 |
UHC | ?º???? | 00111111101010001010110000111111001111110011111100111111 | 3fa8ac3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)