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 | 祭? | 100011011101010100111111 | 8dd53f |
EUC-JP | 祭泮 | 1011101011010111100011111100011110101000 | bad78fc7a8 |
UTF-8 | 祭泮 | 111001111010010110101101111001101011001110101110 | e7a5ade6b3ae |
UHC | 祭泮 | 11110000101011101101101011101010 | f0aedaea |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)