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 | ??k | 001111110011111101101011 | 3f3f6b |
SJIS-WIN | 嶸毳k | 1111101010110100100111110111110101101011 | fab49f7d6b |
EUC-JP | 嶸毳k | 100011111011101111110100110111011101111001101011 | 8fbbf4ddde6b |
UTF-8 | 嶸毳k | 11100101101101101011100011100110101011111011001101101011 | e5b6b8e6afb36b |
UHC | 嶸?k | 11100111101011100011111101101011 | e7ae3f6b |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)