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 | 1110000111010010111000101010111001110110 | e1d2e2ae76 |
SJIS-WIN | ????v | 0011111100111111001111110011111101110110 | 3f3f3f3f76 |
EUC-JP | áÒâ®v | 10001111101010111010000110001111101010101101001010001111101010111010010010001111101000101110111001110110 | 8faba18faad28faba48fa2ee76 |
UTF-8 | áÒâ®v | 110000111010000111000011100100101100001110100010110000101010111001110110 | c3a1c392c3a2c2ae76 |
UHC | ???®v | 001111110011111100111111101000101110011101110110 | 3f3f3fa2e776 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)