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 | 001111110011111100111111001111110011111101000010 | 3f3f3f3f3f42 |
SJIS-WIN | 齏医藷粮。B | 11101000111010111000100011100011100011111001001111100010111011001010000101000010 | e8eb88e38f93e2eca142 |
EUC-JP | 齏医藷粮。B | 1111000011101101101100001110010110111101111100111110010011101110100011101010000101000010 | f0edb0e5bdf3e4ee8ea142 |
UTF-8 | 齏医藷粮。B | 11101001101111011000111111100101100011001011101111101000100101111011011111100111101100101010111011101111101111011010000101000010 | e9bd8fe58cbbe897b7e7b2aeefbda142 |
UHC | ??藷粮?B | 0011111100111111111011101100101111010101110110110011111101000010 | 3f3feecbd5db3f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)