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 | ????B | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-WIN | 樗???B | 100100101001010000111111001111110011111101000010 | 92943f3f3f42 |
EUC-JP | 樗???B | 110000111111010000111111001111110011111101000010 | c3f43f3f3f42 |
UTF-8 | 樗렪欌렊B | 11100110101010001001011111101011101000001010101011100110101011001000110011101011101000001000101001000010 | e6a897eba0aae6ac8ceba08a42 |
UHC | 樗렪欌렊B | 111011101100000010001110101110001110110111101011100011101010000101000010 | eec08eb8edeb8ea142 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)