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 | lin}lin{^ | 10000011011011001000001101101001011011100111110110000011011011001000001101101001011011100111101101011110 | 836c83696e7d836c83696e7b5e |
SJIS-WIN | ?l?in}?l?in{^ | 00111111011011000011111101101001011011100111110100111111011011000011111101101001011011100111101101011110 | 3f6c3f696e7d3f6c3f696e7b5e |
EUC-JP | ?l?in}?l?in{^ | 00111111011011000011111101101001011011100111110100111111011011000011111101101001011011100111101101011110 | 3f6c3f696e7d3f6c3f696e7b5e |
UTF-8 | lin}lin{^ | 1100001010000011011011001100001010000011011010010110111001111101110000101000001101101100110000101000001101101001011011100111101101011110 | c2836cc283696e7dc2836cc283696e7b5e |
UHC | ?l?in}?l?in{^ | 00111111011011000011111101101001011011100111110100111111011011000011111101101001011011100111101101011110 | 3f6c3f696e7d3f6c3f696e7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)