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 | 紆往 | 11100010111111001000100110011101 | e2fc899d |
EUC-JP | 紆往 | 11100100111111101011000111111101 | e4feb1fd |
UTF-8 | 紆往 | 111001111011010010000110111001011011111010000000 | e7b486e5be80 |
UHC | 紆往 | 11101001111000011110100011011001 | e9e1e8d9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)