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 | ç ®æ±B | 11100111100001011010111011100110101100011001000001000010 | e785aee6b19042 |
SJIS-WIN | ????±?B | 0011111100111111001111110011111110000001011111010011111101000010 | 3f3f3f3f817d3f42 |
EUC-JP | ��B | 1000111110101011101011100011111110001111101000101110111010001111101010011100000110100001110111100011111101000010 | 8fabae3f8fa2ee8fa9c1a1de3f42 |
UTF-8 | ç ®æ±B | 11000011101001111100001010000101110000101010111011000011101001101100001010110001110000101001000001000010 | c3a7c285c2aec3a6c2b1c29042 |
UHC | ??®æ±?B | 00111111001111111010001011100111101010011010000110100001101111100011111101000010 | 3f3fa2e7a9a1a1be3f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)