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 | ???B | 00111111001111110011111101000010 | 3f3f3f42 |
SJIS-WIN | 琮潘?B | 111110110110101011100000010011100011111101000010 | fb6ae04e3f42 |
EUC-JP | 琮潘?B | 10001111110011001011001011011111101011110011111101000010 | 8fccb2dfaf3f42 |
UTF-8 | 琮潘襤B | 11100111100100001010111011100110101111011001100011101111101001001010010001000010 | e790aee6bd98efa4a442 |
UHC | 琮潘襤B | 11110000111110011101101011101011110100011111110101000010 | f0f9daebd1fd42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)