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 | íߺç] | 11101101110111111011101011100111100011111001111001011101 | eddfbae78f9e5d |
SJIS-WIN | ??????] | 00111111001111110011111100111111001111110011111101011101 | 3f3f3f3f3f3f5d |
EUC-JP | íߺç??] | 100011111010101110111111100011111010100111001110100011111010001011101011100011111010101110101110001111110011111101011101 | 8fabbf8fa9ce8fa2eb8fabae3f3f5d |
UTF-8 | íߺç] | 11000011101011011100001110011111110000101011101011000011101001111100001010001111110000101001111001011101 | c3adc39fc2bac3a7c28fc29e5d |
UHC | ?ߺ???] | 001111111010100110101100101010001010110000111111001111110011111101011101 | 3fa9aca8ac3f3f3f5d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)