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 | 簽糲 | 11100010110100111110001011111000 | e2d3e2f8 |
EUC-JP | 簽糲 | 11100100110101011110010011111010 | e4d5e4fa |
UTF-8 | 簽糲 | 111001111011000010111101111001111011001110110010 | e7b0bde7b3b2 |
UHC | 簽? | 111101001101100000111111 | f4d83f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)