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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | 諶磯 | 11111011101010101000100011101001 | fbaa88e9 |
EUC-JP | 諶磯 | 1000111111011110101101011011000011101011 | 8fdeb5b0eb |
UTF-8 | 諶磯 | 111010001010101110110110111001111010001110101111 | e8abb6e7a3af |
UHC | 諶磯 | 11100100101001101101000110110100 | e4a6d1b4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)