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 | 鳶↑? | 1001001111001110100000011010101000111111 | 93ce81aa3f |
EUC-JP | 鳶↑? | 1100011011010000101000101010110000111111 | c6d0a2ac3f |
UTF-8 | 鳶↑섯 | 111010011011001110110110111000101000011010010001111011001000010010101111 | e9b3b6e28691ec84af |
UHC | 鳶↑섯 | 111001101110100110100001111010001011110010111000 | e6e9a1e8bcb8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)