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 | ?????r{d | 0011111100111111001111110011111100111111011100100111101101100100 | 3f3f3f3f3f727b64 |
SJIS-WIN | 隴ッ螳墅、r{d | 1110100010101101101011111110010110101110100110101100111010100100011100100111101101100100 | e8adafe5ae9acea4727b64 |
EUC-JP | 隴ッ螳墅、r{d | 11110000101011111000111010101111111010101011000011010100110100001000111010100100011100100111101101100100 | f0af8eafeab0d4d08ea4727b64 |
UTF-8 | 隴ッ螳墅、r{d | 111010011001101010110100111011111011110110101111111010001001111010110011111001011010001010000101111011111011110110100100011100100111101101100100 | e99ab4efbdafe89eb3e5a285efbda4727b64 |
UHC | ??螳墅?r{d | 00111111001111111101001111011001110111111110101000111111011100100111101101100100 | 3f3fd3d9dfea3f727b64 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)