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 | 11100110101000011110011101110110 | e6a1e776 |
SJIS-WIN | ???v | 00111111001111110011111101110110 | 3f3f3f76 |
EUC-JP | æ¡çv | 10001111101010011100000110001111101000101100001010001111101010111010111001110110 | 8fa9c18fa2c28fabae76 |
UTF-8 | æ¡çv | 11000011101001101100001010100001110000111010011101110110 | c3a6c2a1c3a776 |
UHC | æ¡?v | 101010011010000110100010101011100011111101110110 | a9a1a2ae3f76 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)