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 | 揖熾 | 10010111010010111110000010010101 | 974be095 |
EUC-JP | 揖熾 | 11001101101011001101111111110101 | cdacdff5 |
UTF-8 | 揖熾 | 111001101000111110010110111001111000011010111110 | e68f96e786be |
UHC | 揖熾 | 11101011111001111111011010111111 | ebe7f6bf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)