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 | ??h?? | 0011111100111111011010000011111100111111 | 3f3f683f3f |
SJIS-WIN | 貿?h貿? | 10010110011001100011111101101000100101100110011000111111 | 96663f6896663f |
EUC-JP | 貿?h貿? | 11001011110001110011111101101000110010111100011100111111 | cbc73f68cbc73f |
UTF-8 | 貿섄h貿섄 | 11101000101100101011111111101100100001001000010001101000111010001011001010111111111011001000010010000100 | e8b2bfec848468e8b2bfec8484 |
UHC | 貿섄h貿섄 | 110110011111010110111100101010010110100011011001111101011011110010101001 | d9f5bca968d9f5bca9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)