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 | ???h | 00111111001111110011111101101000 | 3f3f3f68 |
SJIS-WIN | 墻?ズh | 100110101101010000111111100000110101100101101000 | 9ad43f835968 |
EUC-JP | 墻?ズh | 110101001101011000111111101001011011101001101000 | d4d63fa5ba68 |
UTF-8 | 墻띄ズh | 11100101101000101011101111101011100111011000010011100011100000101011101001101000 | e5a2bbeb9d84e382ba68 |
UHC | 墻띄ズh | 11101101110111111011011011100111101010111011101001101000 | eddfb6e7abba68 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)