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 | 111110111000111111100000010011100011111101000010 | fb8fe04e3f42 |
EUC-JP | 繒潘?B | 10001111110101001101010011011111101011110011111101000010 | 8fd4d4dfaf3f42 |
UTF-8 | 繒潘襤B | 11100111101110011001001011100110101111011001100011101111101001001010010001000010 | e7b992e6bd98efa4a442 |
UHC | 繒潘襤B | 11110001111110011101101011101011110100011111110101000010 | f1f9daebd1fd42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)