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 | ????x | 0011111100111111001111110011111101111000 | 3f3f3f3f78 |
SJIS-WIN | 愿?凋?x | 10011100110000110011111110010010100111000011111101111000 | 9cc33f929c3f78 |
EUC-JP | 愿?凋?x | 11011000110001010011111111000011111111000011111101111000 | d8c53fc3fc3f78 |
UTF-8 | 愿렭凋렪x | 11100110100001001011111111101011101000001010110111100101100001111000101111101011101000001010101001111000 | e684bfeba0ade5878beba0aa78 |
UHC | 愿렭凋렪x | 111010101011010010001110101110101111000010111101100011101011100001111000 | eab48ebaf0bd8eb878 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)