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 | 亥Ι | 10001000111001011000001110100111 | 88e583a7 |
EUC-JP | 亥Ι | 10110000111001111010011010101001 | b0e7a6a9 |
UTF-8 | 亥Ι | 1110010010111010101001011100111010011001 | e4baa5ce99 |
UHC | 亥Ι | 11111010101001001010010111001001 | faa4a5c9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)