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 | 諶辛 | 11111011101010101001000001101000 | fbaa9068 |
EUC-JP | 諶辛 | 1000111111011110101101011011111111001001 | 8fdeb5bfc9 |
UTF-8 | 諶辛 | 111010001010101110110110111010001011111010011011 | e8abb6e8be9b |
UHC | 諶辛 | 11100100101001101110001111110100 | e4a6e3f4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)