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 | ̹½ç | 1000111111001100101110011011110111100111 | 8fccb9bde7 |
SJIS-WIN | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
EUC-JP | ?Ì??ç | 001111111000111110101010110000000011111100111111100011111010101110101110 | 3f8faac03f3f8fabae |
UTF-8 | ̹½ç | 11000010100011111100001110001100110000101011100111000010101111011100001110100111 | c28fc38cc2b9c2bdc3a7 |
UHC | ??¹½? | 00111111001111111010100111110110101010001111011000111111 | 3f3fa9f6a8f63f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)