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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
EUC-JP | 沅?沅?^ | 100011111100011011101001001111111000111111000110111010010011111101011110 | 8fc6e93f8fc6e93f5e |
UTF-8 | 沅줏沅줌^ | 11100110101100101000010111101100101001001000111111100110101100101000010111101100101001001000110001011110 | e6b285eca48fe6b285eca48c5e |
UHC | 沅줏沅줌^ | 111010101011011011000001110111101110101010110110110000011101110001011110 | eab6c1deeab6c1dc5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)