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 | ??M | 001111110011111101001101 | 3f3f4d |
SJIS-WIN | 狸終M | 1001001001001011100011110100100101001101 | 924b8f494d |
EUC-JP | 狸終M | 1100001110101100101111011010101001001101 | c3acbdaa4d |
UTF-8 | 狸終M | 11100111100010111011100011100111101101011000001001001101 | e78bb8e7b5824d |
UHC | 狸終M | 1101011111100001111100001111101101001101 | d7e1f0fb4d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)