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 | ??????AB | 0011111100111111001111110011111100111111001111110100000101000010 | 3f3f3f3f3f3f4142 |
SJIS-WIN | 豐サ辷ィ褄ィAB | 1110011010110010101110111110011110001000101010001110010111101011101010000100000101000010 | e6b2bbe788a8e5eba84142 |
EUC-JP | 豐サ辷ィ褄ィAB | 1110110010110100100011101011101111101101111010001000111010101000111010101110110110001110101010000100000101000010 | ecb48ebbede88ea8eaed8ea84142 |
UTF-8 | 豐サ辷ィ褄ィAB | 1110100010110001100100001110111110111101101110111110100010111110101101111110111110111101101010001110100010100100100001001110111110111101101010000100000101000010 | e8b190efbdbbe8beb7efbda8e8a484efbda84142 |
UHC | ??????AB | 0011111100111111001111110011111100111111001111110100000101000010 | 3f3f3f3f3f3f4142 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)