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 | 賁? | 111001101100101000111111 | e6ca3f |
EUC-JP | 賁? | 111011001100110000111111 | eccc3f |
UTF-8 | 賁뤕 | 111010001011001110000001111010111010010010010101 | e8b381eba495 |
UHC | 賁뤕 | 11011101110100111000111111000101 | ddd38fc5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)