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 | 糊但 | 10001100110100001001001001000001 | 8cd09241 |
EUC-JP | 糊但 | 10111000110100101100001110100010 | b8d2c3a2 |
UTF-8 | 糊但 | 111001111011001110001010111001001011110110000110 | e7b38ae4bd86 |
UHC | 糊但 | 11111011110101011101001110100011 | fbd5d3a3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)