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 | 猩纖}猩纖{^ | 1110000011001101111000111001100101111101111000001100110111100011100110010111101101011110 | e0cde3997de0cde3997b5e |
EUC-JP | 猩纖}猩纖{^ | 1110000011001111111001011111100101111101111000001100111111100101111110010111101101011110 | e0cfe5f97de0cfe5f97b5e |
UTF-8 | 猩纖}猩纖{^ | 111001111000110010101001111001111011101010010110011111011110011110001100101010011110011110111010100101100111101101011110 | e78ca9e7ba967de78ca9e7ba967b5e |
UHC | 猩纖}猩纖{^ | 1110000011111010111000001110100101111101111000001111101011100000111010010111101101011110 | e0fae0e97de0fae0e97b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)