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 | ä¨SS | 11100100101010001000110010001111100011110101001101010011 | e4a88c8f8f5353 |
SJIS-WIN | ?¨???SS | 0011111110000001010011100011111100111111001111110101001101010011 | 3f814e3f3f3f5353 |
EUC-JP | �??SS | 10001111101010111010001110100001101011110011111100111111001111110101001101010011 | 8faba3a1af3f3f3f5353 |
UTF-8 | ä¨SS | 110000111010010011000010101010001100001010001100110000101000111111000010100011110101001101010011 | c3a4c2a8c28cc28fc28f5353 |
UHC | ?¨???SS | 0011111110100001101001110011111100111111001111110101001101010011 | 3fa1a73f3f3f5353 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)