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 | 謳瓣 | 11100110100100001110000101000001 | e690e141 |
EUC-JP | 謳瓣 | 11101011111100001110000110100010 | ebf0e1a2 |
UTF-8 | 謳瓣 | 111010001010110010110011111001111001001110100011 | e8acb3e793a3 |
UHC | 謳瓣 | 11001111110001001111011111111011 | cfc4f7fb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)