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 | 0011111100111111001111110011111101101000 | 3f3f3f3f68 |
SJIS-WIN | 鬮ヲ逶ョh | 11101001101010111010011011100111100110111010111001101000 | e9aba6e79bae68 |
EUC-JP | 鬮ヲ逶ョh | 111100101010110110001110101001101110110111111011100011101010111001101000 | f2ad8ea6edfb8eae68 |
UTF-8 | 鬮ヲ逶ョh | 11101001101011001010111011101111101111011010011011101001100000001011011011101111101111011010111001101000 | e9acaeefbda6e980b6efbdae68 |
UHC | ????h | 0011111100111111001111110011111101101000 | 3f3f3f3f68 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)