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 | 100101001101001101001001011011110100001001000110 | 94d3496f4246 |
EUC-JP | 晩IoBF | 110010001101010101001001011011110100001001000110 | c8d5496f4246 |
UTF-8 | 晩IoBF | 11100110100110011010100101001001011011110100001001000110 | e699a9496f4246 |
UHC | 晩IoBF | 110110001011100101001001011011110100001001000110 | d8b9496f4246 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)