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 | 違? | 100010001110000100111111 | 88e13f |
EUC-JP | 違? | 101100001110001100111111 | b0e33f |
UTF-8 | 違쒰 | 111010011000000110010101111011001001001010110000 | e98195ec92b0 |
UHC | 違쒰 | 11101010110111101001110101000111 | eade9d47 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)