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 | ??BF | 00111111001111110100001001000110 | 3f3f4246 |
SJIS-WIN | 牴犧BF | 111000001011000011100000101110000100001001000110 | e0b0e0b84246 |
EUC-JP | 牴犧BF | 111000001011001011100000101110100100001001000110 | e0b2e0ba4246 |
UTF-8 | 牴犧BF | 1110011110001001101101001110011110001010101001110100001001000110 | e789b4e78aa74246 |
UHC | ?犧BF | 0011111111111101111110100100001001000110 | 3ffdfa4246 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)