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 | 禎糞 | 10010010111101011001010110110011 | 92f595b3 |
EUC-JP | 禎糞 | 11000100111101111100101010110101 | c4f7cab5 |
UTF-8 | 禎糞 | 111001111010011010001110111001111011001110011110 | e7a68ee7b39e |
UHC | 禎糞 | 11101111111011101101110111010000 | efeeddd0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)