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 | qn}qn{^ | 10011011100100111001110001110001011011100111110110011011100100111001110001110001011011100111101101011110 | 9b939c716e7d9b939c716e7b5e |
SJIS-WIN | ???qn}???qn{^ | 00111111001111110011111101110001011011100111110100111111001111110011111101110001011011100111101101011110 | 3f3f3f716e7d3f3f3f716e7b5e |
EUC-JP | ???qn}???qn{^ | 00111111001111110011111101110001011011100111110100111111001111110011111101110001011011100111101101011110 | 3f3f3f716e7d3f3f3f716e7b5e |
UTF-8 | qn}qn{^ | 11000010100110111100001010010011110000101001110001110001011011100111110111000010100110111100001010010011110000101001110001110001011011100111101101011110 | c29bc293c29c716e7dc29bc293c29c716e7b5e |
UHC | ???qn}???qn{^ | 00111111001111110011111101110001011011100111110100111111001111110011111101110001011011100111101101011110 | 3f3f3f716e7d3f3f3f716e7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)