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 | 徇余 | 10011100011011011001011101011101 | 9c6d975d |
EUC-JP | 徇余 | 11010111110011101100110110111110 | d7cecdbe |
UTF-8 | 徇余 | 111001011011111010000111111001001011110110011001 | e5be87e4bd99 |
UHC | 徇余 | 11100010110111111110010111111001 | e2dfe5f9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)