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 | ç¹é¡ | 1110011110111001100111011110100110100001 | e7b99de9a1 |
SJIS-WIN | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
EUC-JP | ç??é¡ | 1000111110101011101011100011111100111111100011111010101110110001100011111010001011000010 | 8fabae3f3f8fabb18fa2c2 |
UTF-8 | ç¹é¡ | 11000011101001111100001010111001110000101001110111000011101010011100001010100001 | c3a7c2b9c29dc3a9c2a1 |
UHC | ?¹??¡ | 00111111101010011111011000111111001111111010001010101110 | 3fa9f63f3fa2ae |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)