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 | 祿榔 | 11100010010100101001100001010000 | e2529850 |
EUC-JP | 祿榔 | 11100011101100111100111110110001 | e3b3cfb1 |
UTF-8 | 祿榔 | 111001111010010110111111111001101010011010010100 | e7a5bfe6a694 |
UHC | 祿? | 110101101101111100111111 | d6df3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)