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 | 10111110110011101111101111011111100011101010001001000010 | becefbdf8ea242 |
SJIS-WIN | ?????¢B | 0011111100111111001111110011111100111111100000011001000101000010 | 3f3f3f3f3f819142 |
EUC-JP | ?Îûß?¢B | 0011111110001111101010101100001010001111101010111110010110001111101010011100111000111111101000011111000101000010 | 3f8faac28fabe58fa9ce3fa1f142 |
UTF-8 | ¾ÎûߢB | 11000010101111101100001110001110110000111011101111000011100111111100001010001110110000101010001001000010 | c2bec38ec3bbc39fc28ec2a242 |
UHC | ¾??ß??B | 101010001111101000111111001111111010100110101100001111110011111101000010 | a8fa3f3fa9ac3f3f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)