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 | 燁抉 | 11111011010110011001110101010000 | fb599d50 |
EUC-JP | 燁抉 | 1000111111001010101100111101100110110001 | 8fcab3d9b1 |
UTF-8 | 燁抉 | 111001111000011110000001111001101000101010001001 | e78781e68a89 |
UHC | 燁抉 | 11100111101001111100110010111100 | e7a7ccbc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)