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 | 0011111101010001 | 3f51 |
SJIS-WIN | 蛛Q | 111001011000000101010001 | e58151 |
EUC-JP | 蛛Q | 111010011110000101010001 | e9e151 |
UTF-8 | 蛛Q | 11101000100110111001101101010001 | e89b9b51 |
UHC | 蛛Q | 111100011100100001010001 | f1c851 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)