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 | é¶ï½¯I^ | 1110100110000001101101101110111110111101101011110100100101011110 | e981b6efbdaf495e |
SJIS-WIN | ??¶???I^ | 001111110011111110000001111101110011111100111111001111110100100101011110 | 3f3f81f73f3f3f495e |
EUC-JP | ��I^ | 100011111010101110110001001111111010001011111001100011111010101111000001001111111000111110100010101101000100100101011110 | 8fabb13fa2f98fabc13f8fa2b4495e |
UTF-8 | é¶ï½¯I^ | 1100001110101001110000101000000111000010101101101100001110101111110000101011110111000010101011110100100101011110 | c3a9c281c2b6c3afc2bdc2af495e |
UHC | ??¶?½?I^ | 00111111001111111010001011010010001111111010100011110110001111110100100101011110 | 3f3fa2d23fa8f63f495e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)