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 | 謐殖 | 11100110100011011001000001000010 | e68d9042 |
EUC-JP | 謐殖 | 11101011111011011011111110100011 | ebedbfa3 |
UTF-8 | 謐殖 | 111010001010110010010000111001101010111010010110 | e8ac90e6ae96 |
UHC | 謐殖 | 11011010110011011110001111010110 | dacde3d6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)