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 | 謳懷 | 11100110100100001001110011100101 | e6909ce5 |
EUC-JP | 謳懷 | 11101011111100001101100011100111 | ebf0d8e7 |
UTF-8 | 謳懷 | 111010001010110010110011111001101000011110110111 | e8acb3e687b7 |
UHC | 謳懷 | 11001111110001001111110011100011 | cfc4fce3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)