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 | 爺礫 | 10010110111010101110001001001001 | 96eae249 |
EUC-JP | 爺礫 | 11001100111011001110001110101010 | ccece3aa |
UTF-8 | 爺礫 | 111001111000100010111010111001111010010010101011 | e788bae7a4ab |
UHC | 爺礫 | 11100101101011001101010111111000 | e5acd5f8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)