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 | 謳問 | 11100110100100001001011011100010 | e69096e2 |
EUC-JP | 謳問 | 11101011111100001100110011100100 | ebf0cce4 |
UTF-8 | 謳問 | 111010001010110010110011111001011001010110001111 | e8acb3e5958f |
UHC | 謳問 | 11001111110001001101100111111101 | cfc4d9fd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)