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 | 期? | 100010101111101000111111 | 8afa3f |
EUC-JP | 期? | 101101001111110000111111 | b4fc3f |
UTF-8 | 期뤺 | 111001101001110010011111111010111010010010111010 | e69c9feba4ba |
UHC | 期뤺 | 11010001101000101000111111101000 | d1a28fe8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)