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 | ìñÕ®v | 1110110011110001110101011010111001110110 | ecf1d5ae76 |
SJIS-WIN | ????v | 0011111100111111001111110011111101110110 | 3f3f3f3f76 |
EUC-JP | ìñÕ®v | 10001111101010111100000010001111101010111101000010001111101010101101100010001111101000101110111001110110 | 8fabc08fabd08faad88fa2ee76 |
UTF-8 | ìñÕ®v | 110000111010110011000011101100011100001110010101110000101010111001110110 | c3acc3b1c395c2ae76 |
UHC | ???®v | 001111110011111100111111101000101110011101110110 | 3f3f3fa2e776 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)