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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 兒??巖 | 100110010101101000111111001111111001101111011100 | 995a3f3f9bdc |
EUC-JP | 兒??巖 | 110100011011101100111111001111111101011011011110 | d1bb3f3fd6de |
UTF-8 | 兒뙂뤍巖 | 111001011000010110010010111010111001100110000010111010111010010010001101111001011011011110010110 | e58592eb9982eba48de5b796 |
UHC | 兒뙂뤍巖 | 1110010010101110100011001000100010001111101111011110010011011100 | e4ae8c888fbde4dc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)