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 | ?孀 | 001111111001101101110001 | 3f9b71 |
EUC-JP | ?孀 | 001111111101010111010010 | 3fd5d2 |
UTF-8 | 拾孀 | 111011111010010110110011111001011010110110000000 | efa5b3e5ad80 |
UHC | 拾孀 | 11100100101010011101111111000101 | e4a9dfc5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)