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 | ?`B | 001111110110000001000010 | 3f6042 |
SJIS-WIN | 論`B | 10011000010111110110000001000010 | 985f6042 |
EUC-JP | 論`B | 11001111110000000110000001000010 | cfc06042 |
UTF-8 | 論`B | 1110100010101011100101100110000001000010 | e8ab966042 |
UHC | 論`B | 11010110111001010110000001000010 | d6e56042 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)