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 | 111001101101010001001001011011110100001001000110 | e6d4496f4246 |
EUC-JP | 贇IoBF | 111011001101011001001001011011110100001001000110 | ecd6496f4246 |
UTF-8 | 贇IoBF | 11101000101101001000011101001001011011110100001001000110 | e8b487496f4246 |
UHC | 贇IoBF | 111010111100101101001001011011110100001001000110 | ebcb496f4246 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)