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 | ???\ | 00111111001111110011111101011100 | 3f3f3f5c |
SJIS-WIN | 鞜懷穀\ | 11101000110111111001110011100101100011011001001001011100 | e8df9ce58d925c |
EUC-JP | 鞜懷穀\ | 11110000111000011101100011100111101110011111001001011100 | f0e1d8e7b9f25c |
UTF-8 | 鞜懷穀\ | 11101001100111101001110011100110100001111011011111100111101010011000000001011100 | e99e9ce687b7e7a9805c |
UHC | ?懷穀\ | 001111111111110011100011110011011101101001011100 | 3ffce3cdda5c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)