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 | 鴣鹿煇 | 111010011111001110001110101011011111101101010111 | e9f38eadfb57 |
EUC-JP | 鴣鹿煇 | 11110010111101011011110010101111100011111100100111110101 | f2f5bcaf8fc9f5 |
UTF-8 | 鴣鹿煇 | 111010011011010010100011111010011011100110111111111001111000010110000111 | e9b4a3e9b9bfe78587 |
UHC | ?鹿煇 | 0011111111010110111000111111110111001000 | 3fd6e3fdc8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)