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 | ???MnoBF | 0011111100111111001111110100110101101110011011110100001001000110 | 3f3f3f4d6e6f4246 |
SJIS-WIN | 猷??MnoBF | 100101110101000100111111001111110100110101101110011011110100001001000110 | 97513f3f4d6e6f4246 |
EUC-JP | 猷??MnoBF | 110011011011001000111111001111110100110101101110011011110100001001000110 | cdb23f3f4d6e6f4246 |
UTF-8 | 猷듈굛MnoBF | 1110011110001100101101111110101110010011100010001110101010110101100110110100110101101110011011110100001001000110 | e78cb7eb9388eab59b4d6e6f4246 |
UHC | 猷듈굛MnoBF | 1110101110100011101101011110001010000010100000110100110101101110011011110100001001000110 | eba3b5e282834d6e6f4246 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)