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 | FA¯mG | 1001001001000110100100100100000110010001101011110110110101000111 | 9246924191af6d47 |
SJIS-WIN | ?F?A??mG | 0011111101000110001111110100000100111111001111110110110101000111 | 3f463f413f3f6d47 |
EUC-JP | ?F?A?¯mG | 00111111010001100011111101000001001111111000111110100010101101000110110101000111 | 3f463f413f8fa2b46d47 |
UTF-8 | FA¯mG | 110000101001001001000110110000101001001001000001110000101001000111000010101011110110110101000111 | c29246c29241c291c2af6d47 |
UHC | ?F?A??mG | 0011111101000110001111110100000100111111001111110110110101000111 | 3f463f413f3f6d47 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)