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 | ?????\ | 001111110011111100111111001111110011111101011100 | 3f3f3f3f3f5c |
SJIS-WIN | 隴ッ螳墅、\ | 111010001010110110101111111001011010111010011010110011101010010001011100 | e8adafe5ae9acea45c |
EUC-JP | 隴ッ螳墅、\ | 1111000010101111100011101010111111101010101100001101010011010000100011101010010001011100 | f0af8eafeab0d4d08ea45c |
UTF-8 | 隴ッ螳墅、\ | 11101001100110101011010011101111101111011010111111101000100111101011001111100101101000101000010111101111101111011010010001011100 | e99ab4efbdafe89eb3e5a285efbda45c |
UHC | ??螳墅?\ | 0011111100111111110100111101100111011111111010100011111101011100 | 3f3fd3d9dfea3f5c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)