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 | ? | 00111111 | 3f |
SJIS-WIN | 屬 | 1001101110100010 | 9ba2 |
EUC-JP | 屬 | 1101011010100100 | d6a4 |
UTF-8 | 屬 | 111001011011000110101100 | e5b1ac |
UHC | 屬 | 1110000111010101 | e1d5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)