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 | 。鍮}。鍮{^ | 101000011110100001001010011111011010000111101000010010100111101101011110 | a1e84a7da1e84a7b5e |
EUC-JP | 。鍮}。鍮{^ | 1000111010100001111011111010101101111101100011101010000111101111101010110111101101011110 | 8ea1efab7d8ea1efab7b5e |
UTF-8 | 。鍮}。鍮{^ | 111011111011110110100001111010011000110110101110011111011110111110111101101000011110100110001101101011100111101101011110 | efbda1e98dae7defbda1e98dae7b5e |
UHC | ?鍮}?鍮{^ | 001111111110101110111001011111010011111111101011101110010111101101011110 | 3febb97d3febb97b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)