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ݼ^ | 111110110100011011011101101111001111101101000110110111011011110001011110 | fb46ddbcfb46ddbc5e |
SJIS-WIN | ?F???F??^ | 001111110100011000111111001111110011111101000110001111110011111101011110 | 3f463f3f3f463f3f5e |
EUC-JP | ûFÝ?ûFÝ?^ | 1000111110101011111001010100011010001111101010101111001000111111100011111010101111100101010001101000111110101010111100100011111101011110 | 8fabe5468faaf23f8fabe5468faaf23f5e |
UTF-8 | ûFݼûFݼ^ | 110000111011101101000110110000111001110111000010101111001100001110111011010001101100001110011101110000101011110001011110 | c3bb46c39dc2bcc3bb46c39dc2bc5e |
UHC | ?F?¼?F?¼^ | 0011111101000110001111111010100011111001001111110100011000111111101010001111100101011110 | 3f463fa8f93f463fa8f95e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)