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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 秩?陳?^ | 10010010100000010011111110010010110000100011111101011110 | 92813f92c23f5e |
EUC-JP | 秩?陳?^ | 11000011111000010011111111000100110001000011111101011110 | c3e13fc4c43f5e |
UTF-8 | 秩섐陳섯^ | 11100111101001111010100111101100100001001001000011101001100110011011001111101100100001001010111101011110 | e7a7a9ec8490e999b3ec84af5e |
UHC | 秩섐陳섯^ | 111100101111000110111100101010111111001011100111101111001011100001011110 | f2f1bcabf2e7bcb85e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)