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çYB | 1110101001000111111001110101100101000010 | ea47e75942 |
SJIS-WIN | ?G?YB | 0011111101000111001111110101100101000010 | 3f473f5942 |
EUC-JP | êGçYB | 100011111010101110110100010001111000111110101011101011100101100101000010 | 8fabb4478fabae5942 |
UTF-8 | êGçYB | 11000011101010100100011111000011101001110101100101000010 | c3aa47c3a75942 |
UHC | ?G?YB | 0011111101000111001111110101100101000010 | 3f473f5942 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)