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 | 묨Q^ | 1110101110101100101010000101000101011110 | ebaca8515e |
SJIS-WIN | ?¬Q^ | 00111111100000011100101010000001010011100101000101011110 | 3f81ca814e515e |
EUC-JP | 묨Q^ | 100011111010101110110011101000101100110010100001101011110101000101011110 | 8fabb3a2cca1af515e |
UTF-8 | 묨Q^ | 1100001110101011110000101010110011000010101010000101000101011110 | c3abc2acc2a8515e |
UHC | ??¨Q^ | 001111110011111110100001101001110101000101011110 | 3f3fa1a7515e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)