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 | ?]?][?]?][^ | 0011111101011101001111110101110101011011001111110101110100111111010111010101101101011110 | 3f5d3f5d5b3f5d3f5d5b5e |
SJIS-WIN | ?]?][?]?][^ | 0011111101011101001111110101110101011011001111110101110100111111010111010101101101011110 | 3f5d3f5d5b3f5d3f5d5b5e |
EUC-JP | ?]?][?]?][^ | 0011111101011101001111110101110101011011001111110101110100111111010111010101101101011110 | 3f5d3f5d5b3f5d3f5d5b5e |
UTF-8 | س]س][س]س][^ | 110110001011001101011101110110001011001101011101010110111101100010110011010111011101100010110011010111010101101101011110 | d8b35dd8b35d5bd8b35dd8b35d5b5e |
UHC | ?]?][?]?][^ | 0011111101011101001111110101110101011011001111110101110100111111010111010101101101011110 | 3f5d3f5d5b3f5d3f5d5b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)