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 | ?蘖 | 001111111001111101010000 | 3f9f50 |
EUC-JP | ?蘖 | 001111111101110110110001 | 3fddb1 |
UTF-8 | 샫蘖 | 111011001000001110101011111010001001100010010110 | ec83abe89896 |
UHC | 샫蘖 | 10011000110100001110010111101110 | 98d0e5ee |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)