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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | 粗祖 | 10010001011001011001000101100011 | 91659163 |
EUC-JP | 粗祖 | 11000001110001101100000111000100 | c1c6c1c4 |
UTF-8 | 粗祖 | 111001111011001010010111111001111010010110010110 | e7b297e7a596 |
UHC | 粗祖 | 11110000110110001111000011010011 | f0d8f0d3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)