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 | ?? | 0011111100111111 | 3f3f |
EUC-JP | 仱? | 10001111101100001100110000111111 | 8fb0cc3f |
UTF-8 | 仱뤺 | 111001001011101110110001111010111010010010111010 | e4bbb1eba4ba |
UHC | ?뤺 | 001111111000111111101000 | 3f8fe8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)