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 | ̹Ѣ | 1000111111001100101110011101000110100010 | 8fccb9d1a2 |
SJIS-WIN | ????¢ | 001111110011111100111111001111111000000110010001 | 3f3f3f3f8191 |
EUC-JP | ?Ì?Ñ¢ | 00111111100011111010101011000000001111111000111110101010110100001010000111110001 | 3f8faac03f8faad0a1f1 |
UTF-8 | ̹Ѣ | 11000010100011111100001110001100110000101011100111000011100100011100001010100010 | c28fc38cc2b9c391c2a2 |
UHC | ??¹?? | 001111110011111110101001111101100011111100111111 | 3f3fa9f63f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)