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 | 100010100111101001001001011011110100001001000110 | 8a7a496f4246 |
EUC-JP | 額IoBF | 101100111101101101001001011011110100001001000110 | b3db496f4246 |
UTF-8 | 額IoBF | 11101001101000011000110101001001011011110100001001000110 | e9a18d496f4246 |
UHC | 額IoBF | 111001001111111001001001011011110100001001000110 | e4fe496f4246 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)