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 | ?Q~ | 001111110101000101111110 | 3f517e |
SJIS-WIN | ?Q~ | 001111110101000101111110 | 3f517e |
EUC-JP | ?Q~ | 001111110101000101111110 | 3f517e |
UTF-8 | 묧Q~ | 1110101110101100101001110101000101111110 | ebaca7517e |
UHC | 묧Q~ | 10010001111111100101000101111110 | 91fe517e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)