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 | ??}??{^ | 00111111001111110111110100111111001111110111101101011110 | 3f3f7d3f3f7b5e |
SJIS-WIN | 茗蒿}茗蒿{^ | 1110010010101010111001001110010001111101111001001010101011100100111001000111101101011110 | e4aae4e47de4aae4e47b5e |
EUC-JP | 茗蒿}茗蒿{^ | 1110100010101100111010001110011001111101111010001010110011101000111001100111101101011110 | e8ace8e67de8ace8e67b5e |
UTF-8 | 茗蒿}茗蒿{^ | 111010001000110010010111111010001001001010111111011111011110100010001100100101111110100010010010101111110111101101011110 | e88c97e892bf7de88c97e892bf7b5e |
UHC | 茗蒿}茗蒿{^ | 1101100110101011111110111101101001111101110110011010101111111011110110100111101101011110 | d9abfbda7dd9abfbda7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)