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 | 懌浣 | 10011100111000101001111110101111 | 9ce29faf |
EUC-JP | 懌浣 | 11011000111001001101111010110001 | d8e4deb1 |
UTF-8 | 懌浣 | 111001101000011110001100111001101011010110100011 | e6878ce6b5a3 |
UHC | ?浣 | 001111111110100011001011 | 3fe8cb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)