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 | 糜浣 | 11100010111101001001111110101111 | e2f49faf |
EUC-JP | 糜浣 | 11100100111101101101111010110001 | e4f6deb1 |
UTF-8 | 糜浣 | 111001111011001110011100111001101011010110100011 | e7b39ce6b5a3 |
UHC | ?浣 | 001111111110100011001011 | 3fe8cb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)