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 | ?M^ | 001111110100110101011110 | 3f4d5e |
SJIS-WIN | 痙M^ | 11100001011110100100110101011110 | e17a4d5e |
EUC-JP | 痙M^ | 11100001110110110100110101011110 | e1db4d5e |
UTF-8 | 痙M^ | 1110011110010111100110010100110101011110 | e797994d5e |
UHC | 痙M^ | 11001100111000100100110101011110 | cce24d5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)