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 | íÌÊêíº | 111011011100110011001010111010101110110110111010 | edcccaeaedba |
SJIS-WIN | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
EUC-JP | íÌÊêíº | 100011111010101110111111100011111010101011000000100011111010101010110100100011111010101110110100100011111010101110111111100011111010001011101011 | 8fabbf8faac08faab48fabb48fabbf8fa2eb |
UTF-8 | íÌÊêíº | 110000111010110111000011100011001100001110001010110000111010101011000011101011011100001010111010 | c3adc38cc38ac3aac3adc2ba |
UHC | ?????º | 00111111001111110011111100111111001111111010100010101100 | 3f3f3f3f3fa8ac |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)