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 | 癬? | 111000011001110100111111 | e19d3f |
EUC-JP | 癬? | 111000011111110100111111 | e1fd3f |
UTF-8 | 癬굩 | 111001111001100110101100111010101011010110101001 | e799aceab5a9 |
UHC | 癬굩 | 11100000110010001000001010001111 | e0c8828f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)