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 | ë²o | 11101011101100101000111001101111 | ebb28e6f |
SJIS-WIN | ???o | 00111111001111110011111101101111 | 3f3f3f6f |
EUC-JP | ë??o | 100011111010101110110011001111110011111101101111 | 8fabb33f3f6f |
UTF-8 | ë²o | 11000011101010111100001010110010110000101000111001101111 | c3abc2b2c28e6f |
UHC | ?²?o | 0011111110101001111101110011111101101111 | 3fa9f73f6f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)