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 | é´¨è | 1110100110110100101010001110100010010110 | e9b4a8e896 |
SJIS-WIN | ?´¨?? | 00111111100000010100110010000001010011100011111100111111 | 3f814c814e3f3f |
EUC-JP | é´¨è? | 1000111110101011101100011010000110101101101000011010111110001111101010111011001000111111 | 8fabb1a1ada1af8fabb23f |
UTF-8 | é´¨è | 11000011101010011100001010110100110000101010100011000011101010001100001010010110 | c3a9c2b4c2a8c3a8c296 |
UHC | ?´¨?? | 00111111101000101010010110100001101001110011111100111111 | 3fa2a5a1a73f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)