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 | 11101011101010011001110111101011101010011001101101110110 | eba99deba99b76 |
SJIS-WIN | ??????v | 00111111001111110011111100111111001111110011111101110110 | 3f3f3f3f3f3f76 |
EUC-JP | ë©?ë©?v | 100011111010101110110011100011111010001011101101001111111000111110101011101100111000111110100010111011010011111101110110 | 8fabb38fa2ed3f8fabb38fa2ed3f76 |
UTF-8 | ë©ë©v | 11000011101010111100001010101001110000101001110111000011101010111100001010101001110000101001101101110110 | c3abc2a9c29dc3abc2a9c29b76 |
UHC | ??????v | 00111111001111110011111100111111001111110011111101110110 | 3f3f3f3f3f3f76 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)