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 | ïî´ê»ê^ | 11101111111011101011010011101010101110111110101001011110 | efeeb4eabbea5e |
SJIS-WIN | ??´???^ | 0011111100111111100000010100110000111111001111110011111101011110 | 3f3f814c3f3f3f5e |
EUC-JP | ïî´ê?ê^ | 10001111101010111100000110001111101010111100001010100001101011011000111110101011101101000011111110001111101010111011010001011110 | 8fabc18fabc2a1ad8fabb43f8fabb45e |
UTF-8 | ïî´ê»ê^ | 11000011101011111100001110101110110000101011010011000011101010101100001010111011110000111010101001011110 | c3afc3aec2b4c3aac2bbc3aa5e |
UHC | ??´???^ | 0011111100111111101000101010010100111111001111110011111101011110 | 3f3fa2a53f3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)