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 | 謗 | 1110011010001110 | e68e |
EUC-JP | 謗 | 1110101111101110 | ebee |
UTF-8 | 謗 | 111010001010110010010111 | e8ac97 |
UHC | 謗 | 1101101110111111 | dbbf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)