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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | 彧祀 | 11111010101110011110001001001010 | fab9e24a |
EUC-JP | 彧祀 | 1000111110111100111111101110001110101011 | 8fbcfee3ab |
UTF-8 | 彧祀 | 111001011011110110100111111001111010010110000000 | e5bda7e7a580 |
UHC | 彧祀 | 11101001111011101101111011100101 | e9eedee5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)