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 | èè£Y | 11101000100000011000011011101000100001001010001101011001 | e88186e884a359 |
SJIS-WIN | ?????£Y | 0011111100111111001111110011111100111111100000011001001001011001 | 3f3f3f3f3f819259 |
EUC-JP | è??è?£Y | 100011111010101110110010001111110011111110001111101010111011001000111111101000011111001001011001 | 8fabb23f3f8fabb23fa1f259 |
UTF-8 | èè£Y | 11000011101010001100001010000001110000101000011011000011101010001100001010000100110000101010001101011001 | c3a8c281c286c3a8c284c2a359 |
UHC | ??????Y | 00111111001111110011111100111111001111110011111101011001 | 3f3f3f3f3f3f59 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)