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 | íÌÊêíºí | 11101101110011001100101011101010111011011011101011101101 | edcccaeaedbaed |
SJIS-WIN | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
EUC-JP | íÌÊêíºí | 100011111010101110111111100011111010101011000000100011111010101010110100100011111010101110110100100011111010101110111111100011111010001011101011100011111010101110111111 | 8fabbf8faac08faab48fabb48fabbf8fa2eb8fabbf |
UTF-8 | íÌÊêíºí | 1100001110101101110000111000110011000011100010101100001110101010110000111010110111000010101110101100001110101101 | c3adc38cc38ac3aac3adc2bac3ad |
UHC | ?????º? | 0011111100111111001111110011111100111111101010001010110000111111 | 3f3f3f3f3fa8ac3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)