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 | 艫怨 | 11100100100000111000100110000101 | e4838985 |
EUC-JP | 艫怨 | 11100111111000111011000111100101 | e7e3b1e5 |
UTF-8 | 艫怨 | 111010001000100110101011111001101000000010101000 | e889abe680a8 |
UHC | ?怨 | 001111111110101010110011 | 3feab3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)