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韜有 | 111010001110100110010111010011000110100011101000111010011001011101001100 | e8e9974c68e8e9974c |
EUC-JP | 韜有h韜有 | 111100001110101111001101101011010110100011110000111010111100110110101101 | f0ebcdad68f0ebcdad |
UTF-8 | 韜有h韜有 | 11101001100111111001110011100110100111001000100101101000111010011001111110011100111001101001110010001001 | e99f9ce69c8968e99f9ce69c89 |
UHC | 韜有h韜有 | 110101001011011111101010111100110110100011010100101101111110101011110011 | d4b7eaf368d4b7eaf3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)