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 | êGçWF | 1110101001000111111001110101011101000110 | ea47e75746 |
SJIS-WIN | ?G?WF | 0011111101000111001111110101011101000110 | 3f473f5746 |
EUC-JP | êGçWF | 100011111010101110110100010001111000111110101011101011100101011101000110 | 8fabb4478fabae5746 |
UTF-8 | êGçWF | 11000011101010100100011111000011101001110101011101000110 | c3aa47c3a75746 |
UHC | ?G?WF | 0011111101000111001111110101011101000110 | 3f473f5746 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)