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 | 祭牟 | 10001101110101011001011010110100 | 8dd596b4 |
EUC-JP | 祭牟 | 10111010110101111100110010110110 | bad7ccb6 |
UTF-8 | 祭牟 | 111001111010010110101101111001111000100110011111 | e7a5ade7899f |
UHC | 祭牟 | 11110000101011101101100110111111 | f0aed9bf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)