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 | êcêcB | 1110101001100011111010100110001101000010 | ea63ea6342 |
SJIS-WIN | ?c?cB | 0011111101100011001111110110001101000010 | 3f633f6342 |
EUC-JP | êcêcB | 100011111010101110110100011000111000111110101011101101000110001101000010 | 8fabb4638fabb46342 |
UTF-8 | êcêcB | 11000011101010100110001111000011101010100110001101000010 | c3aa63c3aa6342 |
UHC | ?c?cB | 0011111101100011001111110110001101000010 | 3f633f6342 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)