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 | ?¬ | 0011111110101100 | 3fac |
SJIS-WIN | 功¬ | 10001100111101111000000111001010 | 8cf781ca |
EUC-JP | 功¬ | 10111000111110011010001011001100 | b8f9a2cc |
UTF-8 | 功¬ | 1110010110001010100111111100001010101100 | e58a9fc2ac |
UHC | 功? | 110011011110110100111111 | cded3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)