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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 癬?? | 11100001100111010011111100111111 | e19d3f3f |
EUC-JP | 癬?? | 11100001111111010011111100111111 | e1fd3f3f |
UTF-8 | 癬掠쎺 | 111001111001100110101100111011111010010110110101111011001000111010111010 | e799acefa5b5ec8eba |
UHC | 癬掠쎺 | 111000001100100011100101101100011001101111100001 | e0c8e5b19be1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)