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 | ????E | 0011111100111111001111110011111101000101 | 3f3f3f3f45 |
SJIS-WIN | 愿?凋?E | 10011100110000110011111110010010100111000011111101000101 | 9cc33f929c3f45 |
EUC-JP | 愿?凋?E | 11011000110001010011111111000011111111000011111101000101 | d8c53fc3fc3f45 |
UTF-8 | 愿렭凋렪E | 11100110100001001011111111101011101000001010110111100101100001111000101111101011101000001010101001000101 | e684bfeba0ade5878beba0aa45 |
UHC | 愿렭凋렪E | 111010101011010010001110101110101111000010111101100011101011100001000101 | eab48ebaf0bd8eb845 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)