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 | èæ´ç·»^ | 11101000111001101011010011100111101101111011101101011110 | e8e6b4e7b7bb5e |
SJIS-WIN | ??´???^ | 0011111100111111100000010100110000111111001111110011111101011110 | 3f3f814c3f3f3f5e |
EUC-JP | èæ´ç??^ | 1000111110101011101100101000111110101001110000011010000110101101100011111010101110101110001111110011111101011110 | 8fabb28fa9c1a1ad8fabae3f3f5e |
UTF-8 | èæ´ç·»^ | 11000011101010001100001110100110110000101011010011000011101001111100001010110111110000101011101101011110 | c3a8c3a6c2b4c3a7c2b7c2bb5e |
UHC | ?æ´?·?^ | 00111111101010011010000110100010101001010011111110100001101001000011111101011110 | 3fa9a1a2a53fa1a43f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)