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 | Ö¬²¢ | 1000111111010110101011001011001010100010 | 8fd6acb2a2 |
SJIS-WIN | ??¬?¢ | 00111111001111111000000111001010001111111000000110010001 | 3f3f81ca3f8191 |
EUC-JP | ?Ö¬?¢ | 001111111000111110101010110100111010001011001100001111111010000111110001 | 3f8faad3a2cc3fa1f1 |
UTF-8 | Ö¬²¢ | 11000010100011111100001110010110110000101010110011000010101100101100001010100010 | c28fc396c2acc2b2c2a2 |
UHC | ???²? | 001111110011111100111111101010011111011100111111 | 3f3f3fa9f73f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)