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çWU | 1110101001000111111001110101011101010101 | ea47e75755 |
SJIS-WIN | ?G?WU | 0011111101000111001111110101011101010101 | 3f473f5755 |
EUC-JP | êGçWU | 100011111010101110110100010001111000111110101011101011100101011101010101 | 8fabb4478fabae5755 |
UTF-8 | êGçWU | 11000011101010100100011111000011101001110101011101010101 | c3aa47c3a75755 |
UHC | ?G?WU | 0011111101000111001111110101011101010101 | 3f473f5755 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)