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 | ??^ | 001111110011111101011110 | 3f3f5e |
SJIS-WIN | 羆癘^ | 1110001110101111111000011001011001011110 | e3afe1965e |
EUC-JP | 羆癘^ | 1110011010110001111000011111011001011110 | e6b1e1f65e |
UTF-8 | 羆癘^ | 11100111101111101000011011100111100110011001100001011110 | e7be86e799985e |
UHC | ??^ | 001111110011111101011110 | 3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)