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 | èçiG | 1001101111101000111001110110100101000111 | 9be8e76947 |
SJIS-WIN | ???iG | 0011111100111111001111110110100101000111 | 3f3f3f6947 |
EUC-JP | ?èçiG | 001111111000111110101011101100101000111110101011101011100110100101000111 | 3f8fabb28fabae6947 |
UTF-8 | èçiG | 1100001010011011110000111010100011000011101001110110100101000111 | c29bc3a8c3a76947 |
UHC | ???iG | 0011111100111111001111110110100101000111 | 3f3f3f6947 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)