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 | ê´à | 11101010101101001000111111100000 | eab48fe0 |
SJIS-WIN | ?´?? | 0011111110000001010011000011111100111111 | 3f814c3f3f |
EUC-JP | ê´?à | 100011111010101110110100101000011010110100111111100011111010101110100010 | 8fabb4a1ad3f8faba2 |
UTF-8 | ê´à | 1100001110101010110000101011010011000010100011111100001110100000 | c3aac2b4c28fc3a0 |
UHC | ?´?? | 0011111110100010101001010011111100111111 | 3fa2a53f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)