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 | 謳肺 | 11100110100100001001010001111000 | e6909478 |
EUC-JP | 謳肺 | 11101011111100001100011111011001 | ebf0c7d9 |
UTF-8 | 謳肺 | 111010001010110010110011111010001000001010111010 | e8acb3e882ba |
UHC | 謳肺 | 11001111110001001111100011001011 | cfc4f8cb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)