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 | 芦緬 | 10001000101100001001011011001001 | 88b096c9 |
EUC-JP | 芦緬 | 10110000101100101100110011001011 | b0b2cccb |
UTF-8 | 芦緬 | 111010001000101010100110111001111011011110101100 | e88aa6e7b7ac |
UHC | 芦緬 | 11111011110110001101100011111011 | fbd8d8fb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)