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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 豚?ⅹ警ηⅹ | 1001001111011000001111111111101001001001100011000111100010000011110001011111101001001001 | 93d83ffa498c7883c5fa49 |
EUC-JP | 豚??警η? | 110001101101101000111111001111111011011111011001101001101100011100111111 | c6da3f3fb7d9a6c73f |
UTF-8 | 豚ㅷⅹ警ηⅹ | 1110100010110001100110101110001110000101101101111110001010000101101110011110100010101101101001101100111010110111111000101000010110111001 | e8b19ae385b7e285b9e8ada6ceb7e285b9 |
UHC | 豚ㅷⅹ警ηⅹ | 110101001100101010100100111001111010010110101010110011001110110110100101111001111010010110101010 | d4caa4e7a5aacceda5e7a5aa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)