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 | ?IoBF | 0011111101001001011011110100001001000110 | 3f496f4246 |
SJIS-WIN | 序IoBF | 100011111001100001001001011011110100001001000110 | 8f98496f4246 |
EUC-JP | 序IoBF | 101111011111100001001001011011110100001001000110 | bdf8496f4246 |
UTF-8 | 序IoBF | 11100101101110101000111101001001011011110100001001000110 | e5ba8f496f4246 |
UHC | 序IoBF | 110111111110110101001001011011110100001001000110 | dfed496f4246 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)