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 | _éà | 10011111010111111110100111100000 | 9f5fe9e0 |
SJIS-WIN | ?_?? | 00111111010111110011111100111111 | 3f5f3f3f |
EUC-JP | ?_éà | 0011111101011111100011111010101110110001100011111010101110100010 | 3f5f8fabb18faba2 |
UTF-8 | _éà | 11000010100111110101111111000011101010011100001110100000 | c29f5fc3a9c3a0 |
UHC | ?_?? | 00111111010111110011111100111111 | 3f5f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)