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 | ?????^ | 001111110011111100111111001111110011111101011110 | 3f3f3f3f3f5e |
SJIS-WIN | ??ゼ??^ | 00111111001111111000001101011011001111110011111101011110 | 3f3f835b3f3f5e |
EUC-JP | ??ゼ??^ | 00111111001111111010010110111100001111110011111101011110 | 3f3fa5bc3f3f5e |
UTF-8 | 셀뤗ゼ퓦펑^ | 11101100100001011000000011101011101001001001011111100011100000101011110011101101100100111010011011101101100011101001000101011110 | ec8580eba497e382bced93a6ed8e915e |
UHC | 셀뤗ゼ퓦펑^ | 1011110010111111100011111100011110101011101111001011111110001111110001101110001101011110 | bcbf8fc7abbcbf8fc6e35e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)