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 | ê´å | 11101010101011011011010011100101 | eaadb4e5 |
SJIS-WIN | ??´? | 0011111100111111100000010100110000111111 | 3f3f814c3f |
EUC-JP | ê?´å | 100011111010101110110100001111111010000110101101100011111010101110101001 | 8fabb43fa1ad8faba9 |
UTF-8 | ê´å | 1100001110101010110000101010110111000010101101001100001110100101 | c3aac2adc2b4c3a5 |
UHC | ?´? | 001111111010000110101001101000101010010100111111 | 3fa1a9a2a53f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)