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 | ??y??yB | 00111111001111110111100100111111001111110111100101000010 | 3f3f793f3f7942 |
SJIS-WIN | 逶ァy逶ァyB | 111001111001101110100111011110011110011110011011101001110111100101000010 | e79ba779e79ba77942 |
EUC-JP | 逶ァy逶ァyB | 1110110111111011100011101010011101111001111011011111101110001110101001110111100101000010 | edfb8ea779edfb8ea77942 |
UTF-8 | 逶ァy逶ァyB | 111010011000000010110110111011111011110110100111011110011110100110000000101101101110111110111101101001110111100101000010 | e980b6efbda779e980b6efbda77942 |
UHC | ??y??yB | 00111111001111110111100100111111001111110111100101000010 | 3f3f793f3f7942 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)