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 | 癬齧 | 11100001100111011110101010010110 | e19dea96 |
EUC-JP | 癬齧 | 11100001111111011111001111110110 | e1fdf3f6 |
UTF-8 | 癬齧 | 111001111001100110101100111010011011110110100111 | e799ace9bda7 |
UHC | 癬齧 | 11100000110010001110000011100101 | e0c8e0e5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)