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 | F`F`B | 100100100100011010001100011000001001001001000110100011000110000001000010 | 92468c6092468c6042 |
SJIS-WIN | ?F?`?F?`B | 001111110100011000111111011000000011111101000110001111110110000001000010 | 3f463f603f463f6042 |
EUC-JP | ?F?`?F?`B | 001111110100011000111111011000000011111101000110001111110110000001000010 | 3f463f603f463f6042 |
UTF-8 | F`F`B | 11000010100100100100011011000010100011000110000011000010100100100100011011000010100011000110000001000010 | c29246c28c60c29246c28c6042 |
UHC | ?F?`?F?`B | 001111110100011000111111011000000011111101000110001111110110000001000010 | 3f463f603f463f6042 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)