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 | ??noBF | 001111110011111101101110011011110100001001000110 | 3f3f6e6f4246 |
SJIS-WIN | 幗貂noBF | 1001101111101100111001101011100001101110011011110100001001000110 | 9bece6b86e6f4246 |
EUC-JP | 幗貂noBF | 1101011011101110111011001011101001101110011011110100001001000110 | d6eeecba6e6f4246 |
UTF-8 | 幗貂noBF | 11100101101110011001011111101000101100101000001001101110011011110100001001000110 | e5b997e8b2826e6f4246 |
UHC | ?貂noBF | 00111111111101011011000001101110011011110100001001000110 | 3ff5b06e6f4246 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)