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 | 100011111011100001001001011011110100001001000110 | 8fb8496f4246 |
EUC-JP | 昇IoBF | 101111101011101001001001011011110100001001000110 | beba496f4246 |
UTF-8 | 昇IoBF | 11100110100110001000011101001001011011110100001001000110 | e69887496f4246 |
UHC | 昇IoBF | 111000111011000001001001011011110100001001000110 | e3b0496f4246 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)