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 | 違첩 | 111010011000000110010101111011001011001010101001 | e98195ecb2a9 |
UHC | 違첩 | 11101010110111101100001110111000 | eadec3b8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)