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 ¨^ | 10010010010001101001000110100000100100011010100001011110 | 924691a091a85e |
SJIS-WIN | ?F???¨^ | 0011111101000110001111110011111100111111100000010100111001011110 | 3f463f3f3f814e5e |
EUC-JP | ?F???¨^ | 0011111101000110001111110011111100111111101000011010111101011110 | 3f463f3f3fa1af5e |
UTF-8 | F ¨^ | 110000101001001001000110110000101001000111000010101000001100001010010001110000101010100001011110 | c29246c291c2a0c291c2a85e |
UHC | ?F???¨^ | 0011111101000110001111110011111100111111101000011010011101011110 | 3f463f3f3fa1a75e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)