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 | ïí´í | 11101111111011011011010011101101 | efedb4ed |
SJIS-WIN | ??´? | 0011111100111111100000010100110000111111 | 3f3f814c3f |
EUC-JP | ïí´í | 1000111110101011110000011000111110101011101111111010000110101101100011111010101110111111 | 8fabc18fabbfa1ad8fabbf |
UTF-8 | ïí´í | 1100001110101111110000111010110111000010101101001100001110101101 | c3afc3adc2b4c3ad |
UHC | ??´? | 0011111100111111101000101010010100111111 | 3f3fa2a53f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)