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 | 11100110100110001001111101101110011011110100001001000110 | e6989f6e6f4246 |
SJIS-WIN | ???noBF | 00111111001111110011111101101110011011110100001001000110 | 3f3f3f6e6f4246 |
EUC-JP | æ??noBF | 100011111010100111000001001111110011111101101110011011110100001001000110 | 8fa9c13f3f6e6f4246 |
UTF-8 | ænoBF | 11000011101001101100001010011000110000101001111101101110011011110100001001000110 | c3a6c298c29f6e6f4246 |
UHC | æ??noBF | 1010100110100001001111110011111101101110011011110100001001000110 | a9a13f3f6e6f4246 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)