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 | ç¬³é® | 111001111010110010110011111010011010111010000011 | e7acb3e9ae83 |
SJIS-WIN | ?¬???? | 00111111100000011100101000111111001111110011111100111111 | 3f81ca3f3f3f3f |
EUC-JP | �� | 10001111101010111010111010100010110011000011111110001111101010111011000110001111101000101110111000111111 | 8fabaea2cc3f8fabb18fa2ee3f |
UTF-8 | ç¬³é® | 110000111010011111000010101011001100001010110011110000111010100111000010101011101100001010000011 | c3a7c2acc2b3c3a9c2aec283 |
UHC | ??³?®? | 0011111100111111101010011111100000111111101000101110011100111111 | 3f3fa9f83fa2e73f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)