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°¬^ | 10010010010001101001000110110000100100011010110001011110 | 924691b091ac5e |
SJIS-WIN | ?F?°?¬^ | 001111110100011000111111100000011000101100111111100000011100101001011110 | 3f463f818b3f81ca5e |
EUC-JP | ?F?°?¬^ | 001111110100011000111111101000011110101100111111101000101100110001011110 | 3f463fa1eb3fa2cc5e |
UTF-8 | F°¬^ | 110000101001001001000110110000101001000111000010101100001100001010010001110000101010110001011110 | c29246c291c2b0c291c2ac5e |
UHC | ?F?°??^ | 0011111101000110001111111010000111000110001111110011111101011110 | 3f463fa1c63f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)