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 | 銖? | 111001111111000100111111 | e7f13f |
EUC-JP | 銖? | 111011101111001100111111 | eef33f |
UTF-8 | 銖뮨 | 111010011000101010010110111010111010111010101000 | e98a96ebaea8 |
UHC | 銖뮨 | 11100010110001111011100111000011 | e2c7b9c3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)