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 | 1001001001000110100100011010111101000000100100100100011010010001101011110100000001000010 | 924691af40924691af4042 |
SJIS-WIN | ?F??@?F??@B | 0011111101000110001111110011111101000000001111110100011000111111001111110100000001000010 | 3f463f3f403f463f3f4042 |
EUC-JP | ?F?¯@?F?¯@B | 001111110100011000111111100011111010001010110100010000000011111101000110001111111000111110100010101101000100000001000010 | 3f463f8fa2b4403f463f8fa2b44042 |
UTF-8 | F¯@F¯@B | 1100001010010010010001101100001010010001110000101010111101000000110000101001001001000110110000101001000111000010101011110100000001000010 | c29246c291c2af40c29246c291c2af4042 |
UHC | ?F??@?F??@B | 0011111101000110001111110011111101000000001111110100011000111111001111110100000001000010 | 3f463f3f403f463f3f4042 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)