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 | ? | 00111111 | 3f |
SJIS-WIN | 論 | 1001100001011111 | 985f |
EUC-JP | 論 | 1100111111000000 | cfc0 |
UTF-8 | 論 | 111010001010101110010110 | e8ab96 |
UHC | 論 | 1101011011100101 | d6e5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)