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 | ????v | 0011111100111111001111110011111101110110 | 3f3f3f3f76 |
SJIS-WIN | 髮吝キ「v | 11101001100110111001100111100101101101111010001001110110 | e99b99e5b7a276 |
EUC-JP | 髮吝キ「v | 111100011111101111010010111001111000111010110111100011101010001001110110 | f1fbd2e78eb78ea276 |
UTF-8 | 髮吝キ「v | 11101001101010111010111011100101100100001001110111101111101111011011011111101111101111011010001001110110 | e9abaee5909defbdb7efbda276 |
UHC | 髮吝??v | 11011011101001011101011111110000001111110011111101110110 | dba5d7f03f3f76 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)