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 | ?a\n}?a\n{^ | 0011111101100001010111000110111001111101001111110110000101011100011011100111101101011110 | 3f615c6e7d3f615c6e7b5e |
SJIS-WIN | ?a\n}?a\n{^ | 0011111101100001010111000110111001111101001111110110000101011100011011100111101101011110 | 3f615c6e7d3f615c6e7b5e |
EUC-JP | ?a\n}?a\n{^ | 0011111101100001010111000110111001111101001111110110000101011100011011100111101101011110 | 3f615c6e7d3f615c6e7b5e |
UTF-8 | 묮a\n}묮a\n{^ | 111010111010110010101110011000010101110001101110011111011110101110101100101011100110000101011100011011100111101101011110 | ebacae615c6e7debacae615c6e7b5e |
UHC | 묮a\n}묮a\n{^ | 10010010010001010110000101011100011011100111110110010010010001010110000101011100011011100111101101011110 | 9245615c6e7d9245615c6e7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)