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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | ????擘 | 001111110011111100111111001111111001110110100100 | 3f3f3f3f9da4 |
EUC-JP | ???ʼn擘 | 0011111100111111001111111000111110101001110010101101101010100110 | 3f3f3f8fa9cadaa6 |
UTF-8 | 戾┡룴ʼn擘 | 1110011010001000101111101110001010010100101000011110101110100011101101001100010110001001111001101001001110011000 | e688bee294a1eba3b4c589e69398 |
UHC | 戾┡룴ʼn擘 | 11010101111010001010011011001011100011111010100110101001101100001101101111111011 | d5e8a6cb8fa9a9b0dbfb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)