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 | ?S | 0011111101010011 | 3f53 |
SJIS-WIN | 蛛S | 111001011000000101010011 | e58153 |
EUC-JP | 蛛S | 111010011110000101010011 | e9e153 |
UTF-8 | 蛛S | 11101000100110111001101101010011 | e89b9b53 |
UHC | 蛛S | 111100011100100001010011 | f1c853 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)