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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 遯医Ι粡。 | 111001111010101010001000111000111000001110100111111000101110011110100001 | e7aa88e383a7e2e7a1 |
EUC-JP | 遯医Ι粡。 | 11101110101011001011000011100101101001101010100111100100111010011000111010100001 | eeacb0e5a6a9e4e98ea1 |
UTF-8 | 遯医Ι粡。 | 1110100110000001101011111110010110001100101110111100111010011001111001111011001010100001111011111011110110100001 | e981afe58cbbce99e7b2a1efbda1 |
UHC | 遯?Ι?? | 11010100111011100011111110100101110010010011111100111111 | d4ee3fa5c93f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)