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 | ???c^ | 0011111100111111001111110110001101011110 | 3f3f3f635e |
SJIS-WIN | 豫ル?c^ | 10011000101011001000001110001011001111110110001101011110 | 98ac838b3f635e |
EUC-JP | 豫ル?c^ | 11010000101011101010010111101011001111110110001101011110 | d0aea5eb3f635e |
UTF-8 | 豫ル젌c^ | 1110100010110001101010111110001110000011101010111110110010100000100011000110001101011110 | e8b1abe383abeca08c635e |
UHC | 豫ル젌c^ | 1110011111100011101010111110101110100000100011010110001101011110 | e7e3abeba08d635e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)