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 | 00111111001111110011111101101101 | 3f3f3f6d |
SJIS-WIN | 狸速存m | 10010010010010111001000110101100100100011011011001101101 | 924b91ac91b66d |
EUC-JP | 狸速存m | 11000011101011001100001010101110110000101011100001101101 | c3acc2aec2b86d |
UTF-8 | 狸速存m | 11100111100010111011100011101001100000001001111111100101101011011001100001101101 | e78bb8e9809fe5ad986d |
UHC | 狸速存m | 11010111111000011110000111011100111100001110110101101101 | d7e1e1dcf0ed6d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)