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çWB | 1110101001000111111001110101011101000010 | ea47e75742 |
SJIS-WIN | ?G?WB | 0011111101000111001111110101011101000010 | 3f473f5742 |
EUC-JP | êGçWB | 100011111010101110110100010001111000111110101011101011100101011101000010 | 8fabb4478fabae5742 |
UTF-8 | êGçWB | 11000011101010100100011111000011101001110101011101000010 | c3aa47c3a75742 |
UHC | ?G?WB | 0011111101000111001111110101011101000010 | 3f473f5742 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)