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 | 1110001010110011100101101001100010010110110000111001011001110110 | e2b3969896c39676 |
SJIS-WIN | ???????v | 0011111100111111001111110011111100111111001111110011111101110110 | 3f3f3f3f3f3f3f76 |
EUC-JP | â????Ã?v | 100011111010101110100100001111110011111100111111001111111000111110101010101010100011111101110110 | 8faba43f3f3f3f8faaaa3f76 |
UTF-8 | â³Ãv | 110000111010001011000010101100111100001010010110110000101001100011000010100101101100001110000011110000101001011001110110 | c3a2c2b3c296c298c296c383c29676 |
UHC | ?³?????v | 001111111010100111111000001111110011111100111111001111110011111101110110 | 3fa9f83f3f3f3f3f76 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)