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 | 00111111010110110100001001000110 | 3f5b4246 |
SJIS-WIN | 拗[BF | 1001110101011000010110110100001001000110 | 9d585b4246 |
EUC-JP | 拗[BF | 1101100110111001010110110100001001000110 | d9b95b4246 |
UTF-8 | 拗[BF | 111001101000101110010111010110110100001001000110 | e68b975b4246 |
UHC | 拗[BF | 1110100011110011010110110100001001000110 | e8f35b4246 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)